Class: Aws::GuardDuty::Types::GetMemberDetectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetMemberDetectorsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#member_data_source_configurations ⇒ Array<Types::MemberDataSourceConfiguration>
An object that describes which data sources are enabled for a member account.
-
#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
#member_data_source_configurations ⇒ Array<Types::MemberDataSourceConfiguration>
An object that describes which data sources are enabled for a member account.
4014 4015 4016 4017 4018 4019 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4014 class GetMemberDetectorsResponse < Struct.new( :member_data_source_configurations, :unprocessed_accounts) SENSITIVE = [] include Aws::Structure end |
#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.
4014 4015 4016 4017 4018 4019 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4014 class GetMemberDetectorsResponse < Struct.new( :member_data_source_configurations, :unprocessed_accounts) SENSITIVE = [] include Aws::Structure end |