Class: Aws::IoTManagedIntegrations::Types::ManagedThingAssociation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_association_idString

The identifier of the account association in the association.

Returns:

  • (String)


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_idString

The identifier of the managed thing in the association.

Returns:

  • (String)


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