Class: Aws::IoTManagedIntegrations::Types::DeregisterAccountAssociationRequest

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

Overview

Request for deregister a managed thing from account association

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_association_idString

The unique identifier of the account association to be deregistered.

Returns:

  • (String)


1292
1293
1294
1295
1296
1297
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1292

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

#managed_thing_idString

The identifier of the managed thing to be deregistered from the account association.

Returns:

  • (String)


1292
1293
1294
1295
1296
1297
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1292

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