Class: Aws::GuardDuty::Types::CreateMembersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CreateMembersResponse
- 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 include the
accountIds
of the unprocessed accounts and a result string that explains why each was unprocessed.
Instance Attribute Details
#unprocessed_accounts ⇒ Array<Types::UnprocessedAccount>
A list of objects that include the accountIds
of the unprocessed
accounts and a result string that explains why each was unprocessed.
1760 1761 1762 1763 1764 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1760 class CreateMembersResponse < Struct.new( :unprocessed_accounts) SENSITIVE = [] include Aws::Structure end |