Class: Aws::IoTManagedIntegrations::Types::DeregisterAccountAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::DeregisterAccountAssociationRequest
- 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
-
#account_association_id ⇒ String
The unique identifier of the account association to be deregistered.
-
#managed_thing_id ⇒ String
The identifier of the managed thing to be deregistered from the account association.
Instance Attribute Details
#account_association_id ⇒ String
The unique identifier of the account association to be deregistered.
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_id ⇒ String
The identifier of the managed thing to be deregistered from the account association.
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 |