Class: Aws::ComputeOptimizerAutomation::Types::AssociateAccountsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::AssociateAccountsResponse
- 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 that were successfully associated.
-
#errors ⇒ Array<String>
Any errors that occurred during the association process.
Instance Attribute Details
#account_ids ⇒ Array<String>
The IDs of the member accounts that were successfully associated.
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 |
#errors ⇒ Array<String>
Any errors that occurred during the association process.
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 |