/AWS1/CL_CWFGETQUERYRSSWORKL03¶
GetQueryResultsWorkloadInsightsTopContributorsDataOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_unit TYPE /AWS1/CWFMETRICUNIT /AWS1/CWFMETRICUNIT¶
The units for a metric returned by the query.
it_datapoints TYPE /AWS1/CL_CWFWORKLOADINSIGHTS01=>TT_WORKLOADINSIGHTSTOPCONTRI01 TT_WORKLOADINSIGHTSTOPCONTRI01¶
The datapoints returned by the query.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/CWFSTRING /AWS1/CWFSTRING¶
The token for the next set of results. You receive this token from a previous call.
Queryable Attributes¶
unit¶
The units for a metric returned by the query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNIT() |
Getter for UNIT, with configurable default |
ASK_UNIT() |
Getter for UNIT w/ exceptions if field has no value |
HAS_UNIT() |
Determine if UNIT has a value |
datapoints¶
The datapoints returned by the query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATAPOINTS() |
Getter for DATAPOINTS, with configurable default |
ASK_DATAPOINTS() |
Getter for DATAPOINTS w/ exceptions if field has no value |
HAS_DATAPOINTS() |
Determine if DATAPOINTS has a value |
nextToken¶
The token for the next set of results. You receive this token from a previous call.
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 |