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)


3454
3455
3456
3457
3458
3459
3460
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3454

class ManagedThingAssociation < Struct.new(
  :managed_thing_id,
  :account_association_id,
  :managed_thing_association_status)
  SENSITIVE = []
  include Aws::Structure
end

#managed_thing_association_statusString

The status of the registration between the managed thing and the account association. Indicates whether the device is pre-associated or fully associated with the account association.

Returns:

  • (String)


3454
3455
3456
3457
3458
3459
3460
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3454

class ManagedThingAssociation < Struct.new(
  :managed_thing_id,
  :account_association_id,
  :managed_thing_association_status)
  SENSITIVE = []
  include Aws::Structure
end

#managed_thing_idString

The identifier of the managed thing in the association.

Returns:

  • (String)


3454
3455
3456
3457
3458
3459
3460
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3454

class ManagedThingAssociation < Struct.new(
  :managed_thing_id,
  :account_association_id,
  :managed_thing_association_status)
  SENSITIVE = []
  include Aws::Structure
end