class Aws::Detective::Types::ListMembersRequest

@note When making an API call, you may pass ListMembersRequest

data as a hash:

    {
      graph_arn: "GraphArn", # required
      next_token: "PaginationToken",
      max_results: 1,
    }

@!attribute [rw] graph_arn

The ARN of the behavior graph for which to retrieve the list of
member accounts.
@return [String]

@!attribute [rw] next_token

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.
@return [String]

@!attribute [rw] max_results

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.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/ListMembersRequest AWS API Documentation

Constants

SENSITIVE