/AWS1/CL_SHBGETRESTRENDSV2RSP¶
GetResourcesTrendsV2Response
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_granularity TYPE /AWS1/SHBGRANULARITYFIELD /AWS1/SHBGRANULARITYFIELD¶
The time interval granularity for the returned trend data (such as DAILY or WEEKLY).
it_trendsmetrics TYPE /AWS1/CL_SHBRESTRENDSMETRESULT=>TT_RESOURCESTRENDSMETRICS TT_RESOURCESTRENDSMETRICS¶
The collection of time-series trend metrics, including counts of resources across the specified time period.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SHBNEXTTOKEN /AWS1/SHBNEXTTOKEN¶
The token to use for retrieving the next page of results, if more trend data is available.
Queryable Attributes¶
Granularity¶
The time interval granularity for the returned trend data (such as DAILY or WEEKLY).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GRANULARITY() |
Getter for GRANULARITY, with configurable default |
ASK_GRANULARITY() |
Getter for GRANULARITY w/ exceptions if field has no value |
HAS_GRANULARITY() |
Determine if GRANULARITY has a value |
TrendsMetrics¶
The collection of time-series trend metrics, including counts of resources across the specified time period.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRENDSMETRICS() |
Getter for TRENDSMETRICS, with configurable default |
ASK_TRENDSMETRICS() |
Getter for TRENDSMETRICS w/ exceptions if field has no value |
HAS_TRENDSMETRICS() |
Determine if TRENDSMETRICS has a value |
NextToken¶
The token to use for retrieving the next page of results, if more trend data is available.
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 |