class Aws::OpenSearchService::Types::ListVersionsRequest

Container for the parameters to the ` ListVersions ` 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, there are no more results to retrieve.

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

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 must
be greater than 10 or it won't be honored.
@return [Integer]

@!attribute [rw] next_token

Paginated APIs accept the NextToken input to return the next page of
results and provide a NextToken output in the response, which you
can use to retrieve more results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/ListVersionsRequest AWS API Documentation

Constants

SENSITIVE