/AWS1/CL_EKSLISTUPDATESRSP¶
ListUpdatesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_updateids TYPE /AWS1/CL_EKSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
A list of all the updates for the specified cluster and Region.
iv_nexttoken TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING¶
The
nextTokenvalue returned from a previous paginated request, wheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue. This value is null when there are no more results to return.This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
Queryable Attributes¶
updateIds¶
A list of all the updates for the specified cluster and Region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEIDS() |
Getter for UPDATEIDS, with configurable default |
ASK_UPDATEIDS() |
Getter for UPDATEIDS w/ exceptions if field has no value |
HAS_UPDATEIDS() |
Determine if UPDATEIDS has a value |
nextToken¶
The
nextTokenvalue returned from a previous paginated request, wheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue. This value is null when there are no more results to return.This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
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 |