ListElasticsearchVersionsRequest

Container for the parameters to the <a>ListElasticsearchVersions</a> operation.

Use <a>MaxResults</a> to control the maximum number of results to retrieve in a single call.

Use <a>NextToken</a> in response to retrieve more results. If the received response does not contain a NextToken, then there are no more results to retrieve.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String