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
accountIdsof 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.
1923 1924 1925 1926 1927 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1923 class CreateMembersResponse < Struct.new( :unprocessed_accounts) SENSITIVE = [] include Aws::Structure end |