class Aws::ElasticsearchService::Types::ListElasticsearchVersionsRequest

Container for the parameters to the ` ListElasticsearchVersions ` operation. Use ` MaxResults ` to control the maximum number of results to retrieve in a single call.

Use ` NextToken ` in response to retrieve more results. If the

received response does not contain a NextToken, then there are no more results to retrieve.

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

data as a hash:

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

@!attribute [rw] max_results

Set this value to limit the number of results returned. Value
provided must be greater than 10 else it wont be honored.
@return [Integer]

@!attribute [rw] next_token

Paginated APIs accepts NextToken input to returns next page results
and provides a NextToken output in the response which can be used by
the client to retrieve more results.
@return [String]

Constants

SENSITIVE