Class: Aws::GuardDuty::Types::StopMonitoringMembersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::StopMonitoringMembersResponse
- 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 an accountId for each account that could not be processed, and a result string that indicates why the account was not processed.
Instance Attribute Details
#unprocessed_accounts ⇒ Array<Types::UnprocessedAccount>
A list of objects that contain an accountId for each account that could not be processed, and a result string that indicates why the account was not processed.
8306 8307 8308 8309 8310 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8306 class StopMonitoringMembersResponse < Struct.new( :unprocessed_accounts) SENSITIVE = [] include Aws::Structure end |