Class: Aws::ComputeOptimizerAutomation::Types::AssociateAccountsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::AssociateAccountsRequest
- 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 associate.
-
#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 associate. You can specify up to 50 account IDs.
79 80 81 82 83 84 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 79 class AssociateAccountsRequest < Struct.new( :account_ids, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique identifier to ensure idempotency of the request. Valid for 24 hours after creation.
A suitable default value is auto-generated. You should normally not need to pass this option.
79 80 81 82 83 84 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 79 class AssociateAccountsRequest < Struct.new( :account_ids, :client_token) SENSITIVE = [] include Aws::Structure end |