Class: Aws::IoTManagedIntegrations::Types::RegisterAccountAssociationRequest

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 to register with the managed thing.

Returns:

  • (String)


4115
4116
4117
4118
4119
4120
4121
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4115

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

#device_discovery_idString

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

Returns:

  • (String)


4115
4116
4117
4118
4119
4120
4121
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4115

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

#managed_thing_idString

The identifier of the managed thing to register with the account association.

Returns:

  • (String)


4115
4116
4117
4118
4119
4120
4121
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4115

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