Class: Aws::GuardDuty::Types::UpdateMemberDetectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UpdateMemberDetectorsResponse
- 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 member account IDs that were unable to be processed along with an explanation for why they were not processed.
Instance Attribute Details
#unprocessed_accounts ⇒ Array<Types::UnprocessedAccount>
A list of member account IDs that were unable to be processed along with an explanation for why they were not processed.
9662 9663 9664 9665 9666 |
# File 'lib/aws-sdk-guardduty/types.rb', line 9662 class UpdateMemberDetectorsResponse < Struct.new( :unprocessed_accounts) SENSITIVE = [] include Aws::Structure end |