Class: Aws::GuardDuty::Types::UpdateMemberDetectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UpdateMemberDetectorsResponse
- Defined in:
- gems/aws-sdk-guardduty/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.
5685 5686 5687 5688 5689 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5685 class UpdateMemberDetectorsResponse < Struct.new( :unprocessed_accounts) SENSITIVE = [] include Aws::Structure end |