Class: Aws::ComputeOptimizerAutomation::Types::DisassociateAccountsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::DisassociateAccountsResponse
- 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 disassociated.
-
#errors ⇒ Array<String>
Any errors that occurred during the disassociation process.
Instance Attribute Details
#account_ids ⇒ Array<String>
The IDs of the member accounts that were successfully disassociated.
666 667 668 669 670 671 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 666 class DisassociateAccountsResponse < Struct.new( :account_ids, :errors) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<String>
Any errors that occurred during the disassociation process.
666 667 668 669 670 671 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 666 class DisassociateAccountsResponse < Struct.new( :account_ids, :errors) SENSITIVE = [] include Aws::Structure end |