Class: Aws::ComputeOptimizerAutomation::Types::AssociateAccountsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

The IDs of the member accounts to associate. You can specify up to 50 account IDs.

Returns:

  • (Array<String>)


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_tokenString

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.

Returns:

  • (String)


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