/AWS1/CL_CNTLISTMETRICSRSP¶
ListMetricsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_metricsummarylist TYPE /AWS1/CL_CNTMETRICSUMMARY=>TT_METRICSUMMARYLIST TT_METRICSUMMARYLIST¶
The list of metric summaries.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/CNTNEXTTOKEN /AWS1/CNTNEXTTOKEN¶
If there are additional results, this is the token for the next set of results.
Queryable Attributes¶
MetricSummaryList¶
The list of metric summaries.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICSUMMARYLIST() |
Getter for METRICSUMMARYLIST, with configurable default |
ASK_METRICSUMMARYLIST() |
Getter for METRICSUMMARYLIST w/ exceptions if field has no v |
HAS_METRICSUMMARYLIST() |
Determine if METRICSUMMARYLIST has a value |
NextToken¶
If there are additional results, this is the token for the next set of results.
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 |