class Aws::Finspace::Types::ListEnvironmentsRequest

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

data as a hash:

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

@!attribute [rw] next_token

A token generated by FinSpace that specifies where to continue
pagination if a previous request was truncated. To get the next set
of pages, pass in the nextToken value from the response object of
the previous page call.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return in this request.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/finspace-2021-03-12/ListEnvironmentsRequest AWS API Documentation

Constants

SENSITIVE