Class: Aws::IoTManagedIntegrations::Types::ManagedThingAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ManagedThingAssociation
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
Structure representing an association between a managed thing and an account association, which connects a device to a third-party account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_association_id ⇒ String
The identifier of the account association in the association.
-
#managed_thing_id ⇒ String
The identifier of the managed thing in the association.
Instance Attribute Details
#account_association_id ⇒ String
The identifier of the account association in the association.
3321 3322 3323 3324 3325 3326 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3321 class ManagedThingAssociation < Struct.new( :managed_thing_id, :account_association_id) SENSITIVE = [] include Aws::Structure end |
#managed_thing_id ⇒ String
The identifier of the managed thing in the association.
3321 3322 3323 3324 3325 3326 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3321 class ManagedThingAssociation < Struct.new( :managed_thing_id, :account_association_id) SENSITIVE = [] include Aws::Structure end |