/AWS1/CL_EKSLSTCAPABILITIESRSP¶
ListCapabilitiesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_capabilities TYPE /AWS1/CL_EKSCAPABILITYSUMMARY=>TT_CAPABILITYSUMMARYLIST TT_CAPABILITYSUMMARYLIST¶
A list of capability summary objects, each containing basic information about a capability including its name, ARN, type, status, version, and timestamps.
iv_nexttoken TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING¶
The
nextTokenvalue to include in a futureListCapabilitiesrequest. When the results of aListCapabilitiesrequest exceedmaxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.
Queryable Attributes¶
capabilities¶
A list of capability summary objects, each containing basic information about a capability including its name, ARN, type, status, version, and timestamps.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPABILITIES() |
Getter for CAPABILITIES, with configurable default |
ASK_CAPABILITIES() |
Getter for CAPABILITIES w/ exceptions if field has no value |
HAS_CAPABILITIES() |
Determine if CAPABILITIES has a value |
nextToken¶
The
nextTokenvalue to include in a futureListCapabilitiesrequest. When the results of aListCapabilitiesrequest exceedmaxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.
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 |