class Aws::Detective::Types::ListGraphsRequest

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

data as a hash:

    {
      next_token: "PaginationToken",
      max_results: 1,
    }

@!attribute [rw] next_token

For requests to get the next page of results, the pagination token
that was returned with the previous set of results. The initial
request does not include a pagination token.
@return [String]

@!attribute [rw] max_results

The maximum number of graphs to return at a time. 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/ListGraphsRequest AWS API Documentation

Constants

SENSITIVE