/AWS1/CL_EKSLISTCLUSTERSRSP¶
ListClustersResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_clusters TYPE /AWS1/CL_EKSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
A list of all of the clusters for your account in the specified Amazon Web Services 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¶
clusters¶
A list of all of the clusters for your account in the specified Amazon Web Services Region .
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLUSTERS() |
Getter for CLUSTERS, with configurable default |
ASK_CLUSTERS() |
Getter for CLUSTERS w/ exceptions if field has no value |
HAS_CLUSTERS() |
Determine if CLUSTERS 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 |