Class: Aws::GuardDuty::Types::StopMonitoringMembersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::StopMonitoringMembersResponse
- 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 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.
8307 8308 8309 8310 8311 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8307 class StopMonitoringMembersResponse < Struct.new( :unprocessed_accounts) SENSITIVE = [] include Aws::Structure end |