Class: Aws::GuardDuty::Types::DisassociateMembersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DisassociateMembersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#unprocessed_accounts ⇒ Array<Types::UnprocessedAccount>
A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed.
Instance Attribute Details
#unprocessed_accounts ⇒ Array<Types::UnprocessedAccount>
A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed.
2796 2797 2798 2799 2800 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2796 class DisassociateMembersResponse < Struct.new( :unprocessed_accounts) SENSITIVE = [] include Aws::Structure end |