Skip to content

/AWS1/CL_EKSLISTNODEGROUPSRSP

ListNodegroupsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_NODEGROUPS TYPE /AWS1/CL_EKSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

A list of all of the node groups associated with the specified cluster.

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

nodegroups

A list of all of the node groups associated with the specified cluster.

Accessible with the following methods

Method Description
GET_NODEGROUPS() Getter for NODEGROUPS, with configurable default
ASK_NODEGROUPS() Getter for NODEGROUPS w/ exceptions if field has no value
HAS_NODEGROUPS() Determine if NODEGROUPS 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