/AWS1/CL_OSRLISTVERSIONSRSP¶
Container for the parameters for response received from the ListVersions
operation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_versions
TYPE /AWS1/CL_OSRVERSIONLIST_W=>TT_VERSIONLIST
TT_VERSIONLIST
¶
A list of all versions of OpenSearch and Elasticsearch that Amazon OpenSearch Service supports.
iv_nexttoken
TYPE /AWS1/OSRNEXTTOKEN
/AWS1/OSRNEXTTOKEN
¶
When
nextToken
is returned, there are more results available. The value ofnextToken
is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
Queryable Attributes¶
Versions¶
A list of all versions of OpenSearch and Elasticsearch that Amazon OpenSearch Service supports.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VERSIONS() |
Getter for VERSIONS, with configurable default |
ASK_VERSIONS() |
Getter for VERSIONS w/ exceptions if field has no value |
HAS_VERSIONS() |
Determine if VERSIONS has a value |
NextToken¶
When
nextToken
is returned, there are more results available. The value ofnextToken
is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
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 |