Class: Aws::IoTManagedIntegrations::Types::RegisterAccountAssociationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_association_idString

The identifier of the account association that was registered.

Returns:

  • (String)


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_idString

The identifier of the device discovery job associated with this registration.

Returns:

  • (String)


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_idString

The identifier of the managed thing that was registered with the account association.

Returns:

  • (String)


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