Class: Aws::ComputeOptimizerAutomation::Types::DisassociateAccountsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::DisassociateAccountsRequest
- Defined in:
- gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The IDs of the member accounts to disassociate.
-
#client_token ⇒ String
A unique identifier to ensure idempotency of the request.
Instance Attribute Details
#account_ids ⇒ Array<String>
The IDs of the member accounts to disassociate.
649 650 651 652 653 654 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 649 class DisassociateAccountsRequest < Struct.new( :account_ids, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique identifier to ensure idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
649 650 651 652 653 654 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 649 class DisassociateAccountsRequest < Struct.new( :account_ids, :client_token) SENSITIVE = [] include Aws::Structure end |