Class: Aws::Detective::Types::ListMembersRequest

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

#graph_arnString

The ARN of the behavior graph for which to retrieve the list of member accounts.

Returns:

  • (String)


1129
1130
1131
1132
1133
1134
1135
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1129

class ListMembersRequest < Struct.new(
  :graph_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of member accounts to include in the response. The total must be less than the overall limit on the number of results to return, which is currently 200.

Returns:

  • (Integer)


1129
1130
1131
1132
1133
1134
1135
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1129

class ListMembersRequest < Struct.new(
  :graph_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

For requests to retrieve the next page of member account results, the pagination token that was returned with the previous page of results. The initial request does not include a pagination token.

Returns:

  • (String)


1129
1130
1131
1132
1133
1134
1135
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1129

class ListMembersRequest < Struct.new(
  :graph_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end