Class: Aws::IoTManagedIntegrations::Types::RegisterAccountAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::RegisterAccountAssociationResponse
- 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 that was registered.
-
#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 that was registered with the account association.
Instance Attribute Details
#account_association_id ⇒ String
The identifier of the account association that was registered.
4137 4138 4139 4140 4141 4142 4143 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4137 class RegisterAccountAssociationResponse < Struct.new( :account_association_id, :device_discovery_id, :managed_thing_id) SENSITIVE = [] include Aws::Structure end |
#device_discovery_id ⇒ String
The identifier of the device discovery job associated with this registration.
4137 4138 4139 4140 4141 4142 4143 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4137 class RegisterAccountAssociationResponse < Struct.new( :account_association_id, :device_discovery_id, :managed_thing_id) SENSITIVE = [] include Aws::Structure end |
#managed_thing_id ⇒ String
The identifier of the managed thing that was registered with the account association.
4137 4138 4139 4140 4141 4142 4143 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4137 class RegisterAccountAssociationResponse < Struct.new( :account_association_id, :device_discovery_id, :managed_thing_id) SENSITIVE = [] include Aws::Structure end |