Class: Aws::Detective::Types::ListMembersResponse

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 list of member accounts in the behavior graph.

For invited accounts, the results include member accounts that did not pass verification and member accounts that have not yet accepted the invitation to the behavior graph. The results do not include member accounts that were removed from the behavior graph.

For the organization behavior graph, the results do not include organization accounts that the Detective administrator account has not enabled as member accounts.

Returns:



1157
1158
1159
1160
1161
1162
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1157

class ListMembersResponse < Struct.new(
  :member_details,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are more member accounts remaining in the results, then use this pagination token to request the next page of member accounts.

Returns:

  • (String)


1157
1158
1159
1160
1161
1162
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1157

class ListMembersResponse < Struct.new(
  :member_details,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end