Class: Aws::Detective::Types::GetMembersResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#member_detailsArray<Types::MemberDetail>

The member account details that Detective is returning in response to the request.

Returns:



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_accountsArray<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.

Returns:



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