Class: Aws::ComputeOptimizerAutomation::Types::AssociateAccountsResponse

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 that were successfully associated.

Returns:

  • (Array<String>)


96
97
98
99
100
101
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 96

class AssociateAccountsResponse < Struct.new(
  :account_ids,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<String>

Any errors that occurred during the association process.

Returns:

  • (Array<String>)


96
97
98
99
100
101
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 96

class AssociateAccountsResponse < Struct.new(
  :account_ids,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end