/AWS1/CL_IOTLISTMETRICVALSRSP¶
ListMetricValuesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_metricdatumlist TYPE /AWS1/CL_IOTMETRICDATUM=>TT_METRICDATUMLIST TT_METRICDATUMLIST¶
The data the thing reports for the metric during the specified time period.
iv_nexttoken TYPE /AWS1/IOTNEXTTOKEN /AWS1/IOTNEXTTOKEN¶
A token that can be used to retrieve the next set of results, or
nullif there are no additional results.
Queryable Attributes¶
metricDatumList¶
The data the thing reports for the metric during the specified time period.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICDATUMLIST() |
Getter for METRICDATUMLIST, with configurable default |
ASK_METRICDATUMLIST() |
Getter for METRICDATUMLIST w/ exceptions if field has no val |
HAS_METRICDATUMLIST() |
Determine if METRICDATUMLIST has a value |
nextToken¶
A token that can be used to retrieve the next set of results, or
nullif there are no additional 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 |