/AWS1/CL_EKSLISTINSIGHTSRSP¶
ListInsightsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_insights TYPE /AWS1/CL_EKSINSIGHTSUMMARY=>TT_INSIGHTSUMMARIES TT_INSIGHTSUMMARIES¶
The returned list of insights.
iv_nexttoken TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING¶
The
nextTokenvalue to include in a futureListInsightsrequest. When the results of aListInsightsrequest exceedmaxResults, you can use this value to retrieve the next page of results. This value isnullwhen there are no more results to return.
Queryable Attributes¶
insights¶
The returned list of insights.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSIGHTS() |
Getter for INSIGHTS, with configurable default |
ASK_INSIGHTS() |
Getter for INSIGHTS w/ exceptions if field has no value |
HAS_INSIGHTS() |
Determine if INSIGHTS has a value |
nextToken¶
The
nextTokenvalue to include in a futureListInsightsrequest. When the results of aListInsightsrequest exceedmaxResults, you can use this value to retrieve the next page of results. This value isnullwhen 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 |