Class: Aws::Detective::Types::GetMembersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::GetMembersResponse
- Defined in:
- gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#member_details ⇒ Array<Types::MemberDetail>
The member account details that Detective is returning in response to the request.
-
#unprocessed_accounts ⇒ Array<Types::UnprocessedAccount>
The requested member accounts for which Detective was unable to return member details.
Instance Attribute Details
#member_details ⇒ Array<Types::MemberDetail>
The member account details that Detective is returning in response to the request.
631 632 633 634 635 636 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 631 class GetMembersResponse < Struct.new( :member_details, :unprocessed_accounts) SENSITIVE = [] include Aws::Structure end |
#unprocessed_accounts ⇒ Array<Types::UnprocessedAccount>
The requested member accounts for which Detective was unable to return member details.
For each account, provides the reason why the request could not be processed.
631 632 633 634 635 636 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 631 class GetMembersResponse < Struct.new( :member_details, :unprocessed_accounts) SENSITIVE = [] include Aws::Structure end |