Class: Aws::IoTManagedIntegrations::Types::UpdateManagedThingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::UpdateManagedThingRequest
- Includes:
- Structure
- Defined in:
- 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.
4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4975 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.
4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4975 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.
4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4975 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.
4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4975 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.
4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4975 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.
4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4975 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.
4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4975 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.
4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4975 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.
4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4975 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.
4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4975 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.
4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4975 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.
4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4975 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.
4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4975 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 |