/AWS1/CL_ESSLSTELASTICSRCHVR01¶
Container for the parameters for response received from
ListElasticsearchVersions
operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_elasticsearchversions TYPE /AWS1/CL_ESSELASTICSRCHVRSLS00=>TT_ELASTICSEARCHVERSIONLIST TT_ELASTICSEARCHVERSIONLIST¶
List of supported elastic search versions.
iv_nexttoken TYPE /AWS1/ESSNEXTTOKEN /AWS1/ESSNEXTTOKEN¶
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.
Queryable Attributes¶
ElasticsearchVersions¶
List of supported elastic search versions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ELASTICSEARCHVERSIONS() |
Getter for ELASTICSEARCHVERSIONS, with configurable default |
ASK_ELASTICSEARCHVERSIONS() |
Getter for ELASTICSEARCHVERSIONS w/ exceptions if field has |
HAS_ELASTICSEARCHVERSIONS() |
Determine if ELASTICSEARCHVERSIONS has a value |
NextToken¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |