Skip to content

/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 nextToken value returned from a previous paginated request, where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. 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 nextToken value returned from a previous paginated request, where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. 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