Class: Aws::IoTManagedIntegrations::Types::UpdateManagedThingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::UpdateManagedThingRequest
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[:owner, :serial_number, :brand, :model, :classification]
Instance Attribute Summary collapse
-
#brand ⇒ String
The brand of the device.
-
#capabilities ⇒ String
The capabilities of the device such as light bulb.
-
#capability_report ⇒ Types::CapabilityReport
A report of the capabilities for the managed thing.
-
#capability_schemas ⇒ Array<Types::CapabilitySchemaItem>
The updated capability schemas that define the functionality and features supported by the managed thing.
-
#classification ⇒ String
The classification of the managed thing such as light bulb or thermostat.
-
#credential_locker_id ⇒ String
The identifier of the credential for the managed thing.
-
#hub_network_mode ⇒ String
The network mode for the hub-connected device.
-
#identifier ⇒ String
The id of the managed thing.
-
#meta_data ⇒ Hash<String,String>
The metadata for the managed thing.
-
#model ⇒ String
The model of the device.
-
#name ⇒ String
The name of the managed thing representing the physical device.
-
#owner ⇒ String
Owner of the device, usually an indication of whom the device belongs to.
-
#serial_number ⇒ String
The serial number of the device.
Instance Attribute Details
#brand ⇒ String
The brand of the device.
4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4951 class UpdateManagedThingRequest < Struct.new( :identifier, :owner, :credential_locker_id, :serial_number, :brand, :model, :name, :capability_report, :capability_schemas, :capabilities, :classification, :hub_network_mode, :meta_data) SENSITIVE = [:owner, :serial_number, :brand, :model, :classification] include Aws::Structure end |
#capabilities ⇒ String
The capabilities of the device such as light bulb.
4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4951 class UpdateManagedThingRequest < Struct.new( :identifier, :owner, :credential_locker_id, :serial_number, :brand, :model, :name, :capability_report, :capability_schemas, :capabilities, :classification, :hub_network_mode, :meta_data) SENSITIVE = [:owner, :serial_number, :brand, :model, :classification] include Aws::Structure end |
#capability_report ⇒ Types::CapabilityReport
A report of the capabilities for the managed thing.
4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4951 class UpdateManagedThingRequest < Struct.new( :identifier, :owner, :credential_locker_id, :serial_number, :brand, :model, :name, :capability_report, :capability_schemas, :capabilities, :classification, :hub_network_mode, :meta_data) SENSITIVE = [:owner, :serial_number, :brand, :model, :classification] include Aws::Structure end |
#capability_schemas ⇒ Array<Types::CapabilitySchemaItem>
The updated capability schemas that define the functionality and features supported by the managed thing.
4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4951 class UpdateManagedThingRequest < Struct.new( :identifier, :owner, :credential_locker_id, :serial_number, :brand, :model, :name, :capability_report, :capability_schemas, :capabilities, :classification, :hub_network_mode, :meta_data) SENSITIVE = [:owner, :serial_number, :brand, :model, :classification] include Aws::Structure end |
#classification ⇒ String
The classification of the managed thing such as light bulb or thermostat.
4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4951 class UpdateManagedThingRequest < Struct.new( :identifier, :owner, :credential_locker_id, :serial_number, :brand, :model, :name, :capability_report, :capability_schemas, :capabilities, :classification, :hub_network_mode, :meta_data) SENSITIVE = [:owner, :serial_number, :brand, :model, :classification] include Aws::Structure end |
#credential_locker_id ⇒ String
The identifier of the credential for the managed thing.
4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4951 class UpdateManagedThingRequest < Struct.new( :identifier, :owner, :credential_locker_id, :serial_number, :brand, :model, :name, :capability_report, :capability_schemas, :capabilities, :classification, :hub_network_mode, :meta_data) SENSITIVE = [:owner, :serial_number, :brand, :model, :classification] include Aws::Structure end |
#hub_network_mode ⇒ String
The network mode for the hub-connected device.
4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4951 class UpdateManagedThingRequest < Struct.new( :identifier, :owner, :credential_locker_id, :serial_number, :brand, :model, :name, :capability_report, :capability_schemas, :capabilities, :classification, :hub_network_mode, :meta_data) SENSITIVE = [:owner, :serial_number, :brand, :model, :classification] include Aws::Structure end |
#identifier ⇒ String
The id of the managed thing.
4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4951 class UpdateManagedThingRequest < Struct.new( :identifier, :owner, :credential_locker_id, :serial_number, :brand, :model, :name, :capability_report, :capability_schemas, :capabilities, :classification, :hub_network_mode, :meta_data) SENSITIVE = [:owner, :serial_number, :brand, :model, :classification] include Aws::Structure end |
#meta_data ⇒ Hash<String,String>
The metadata for the managed thing.
4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4951 class UpdateManagedThingRequest < Struct.new( :identifier, :owner, :credential_locker_id, :serial_number, :brand, :model, :name, :capability_report, :capability_schemas, :capabilities, :classification, :hub_network_mode, :meta_data) SENSITIVE = [:owner, :serial_number, :brand, :model, :classification] include Aws::Structure end |
#model ⇒ String
The model of the device.
4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4951 class UpdateManagedThingRequest < Struct.new( :identifier, :owner, :credential_locker_id, :serial_number, :brand, :model, :name, :capability_report, :capability_schemas, :capabilities, :classification, :hub_network_mode, :meta_data) SENSITIVE = [:owner, :serial_number, :brand, :model, :classification] include Aws::Structure end |
#name ⇒ String
The name of the managed thing representing the physical device.
4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4951 class UpdateManagedThingRequest < Struct.new( :identifier, :owner, :credential_locker_id, :serial_number, :brand, :model, :name, :capability_report, :capability_schemas, :capabilities, :classification, :hub_network_mode, :meta_data) SENSITIVE = [:owner, :serial_number, :brand, :model, :classification] include Aws::Structure end |
#owner ⇒ String
Owner of the device, usually an indication of whom the device belongs to. This value should not contain personal identifiable information.
4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4951 class UpdateManagedThingRequest < Struct.new( :identifier, :owner, :credential_locker_id, :serial_number, :brand, :model, :name, :capability_report, :capability_schemas, :capabilities, :classification, :hub_network_mode, :meta_data) SENSITIVE = [:owner, :serial_number, :brand, :model, :classification] include Aws::Structure end |
#serial_number ⇒ String
The serial number of the device.
4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4951 class UpdateManagedThingRequest < Struct.new( :identifier, :owner, :credential_locker_id, :serial_number, :brand, :model, :name, :capability_report, :capability_schemas, :capabilities, :classification, :hub_network_mode, :meta_data) SENSITIVE = [:owner, :serial_number, :brand, :model, :classification] include Aws::Structure end |