Class: Aws::IoTManagedIntegrations::Types::RegisterAccountAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::RegisterAccountAssociationRequest
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_association_id ⇒ String
The identifier of the account association to register with the managed thing.
-
#device_discovery_id ⇒ String
The identifier of the device discovery job associated with this registration.
-
#managed_thing_id ⇒ String
The identifier of the managed thing to register with the account association.
Instance Attribute Details
#account_association_id ⇒ String
The identifier of the account association to register with the managed thing.
4115 4116 4117 4118 4119 4120 4121 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4115 class RegisterAccountAssociationRequest < Struct.new( :managed_thing_id, :account_association_id, :device_discovery_id) SENSITIVE = [] include Aws::Structure end |
#device_discovery_id ⇒ String
The identifier of the device discovery job associated with this registration.
4115 4116 4117 4118 4119 4120 4121 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4115 class RegisterAccountAssociationRequest < Struct.new( :managed_thing_id, :account_association_id, :device_discovery_id) SENSITIVE = [] include Aws::Structure end |
#managed_thing_id ⇒ String
The identifier of the managed thing to register with the account association.
4115 4116 4117 4118 4119 4120 4121 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4115 class RegisterAccountAssociationRequest < Struct.new( :managed_thing_id, :account_association_id, :device_discovery_id) SENSITIVE = [] include Aws::Structure end |