Class: Aws::GuardDuty::Types::StartMonitoringMembersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::StartMonitoringMembersResponse
- 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.
7922 7923 7924 7925 7926 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7922 class StartMonitoringMembersResponse < Struct.new( :unprocessed_accounts) SENSITIVE = [] include Aws::Structure end |