/AWS1/CL_PIEGETRESOURCEMETRS00¶
GetResourceMetricsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_alignedstarttime TYPE /AWS1/PIEISOTIMESTAMP /AWS1/PIEISOTIMESTAMP¶
The start time for the returned metrics, after alignment to a granular boundary (as specified by
PeriodInSeconds).AlignedStartTimewill be less than or equal to the value of the user-specifiedStartTime.
iv_alignedendtime TYPE /AWS1/PIEISOTIMESTAMP /AWS1/PIEISOTIMESTAMP¶
The end time for the returned metrics, after alignment to a granular boundary (as specified by
PeriodInSeconds).AlignedEndTimewill be greater than or equal to the value of the user-specifiedEndtime.
iv_identifier TYPE /AWS1/PIESTRING /AWS1/PIESTRING¶
An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. In the console, the identifier is shown as ResourceID. When you call
DescribeDBInstances, the identifier is returned asDbiResourceId.
it_metriclist TYPE /AWS1/CL_PIEMETRICKEYDATAPTS=>TT_METRICKEYDATAPOINTSLIST TT_METRICKEYDATAPOINTSLIST¶
An array of metric results, where each array element contains all of the data points for a particular dimension.
iv_nexttoken TYPE /AWS1/PIENEXTTOKEN /AWS1/PIENEXTTOKEN¶
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by
MaxRecords.
Queryable Attributes¶
AlignedStartTime¶
The start time for the returned metrics, after alignment to a granular boundary (as specified by
PeriodInSeconds).AlignedStartTimewill be less than or equal to the value of the user-specifiedStartTime.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALIGNEDSTARTTIME() |
Getter for ALIGNEDSTARTTIME, with configurable default |
ASK_ALIGNEDSTARTTIME() |
Getter for ALIGNEDSTARTTIME w/ exceptions if field has no va |
HAS_ALIGNEDSTARTTIME() |
Determine if ALIGNEDSTARTTIME has a value |
AlignedEndTime¶
The end time for the returned metrics, after alignment to a granular boundary (as specified by
PeriodInSeconds).AlignedEndTimewill be greater than or equal to the value of the user-specifiedEndtime.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALIGNEDENDTIME() |
Getter for ALIGNEDENDTIME, with configurable default |
ASK_ALIGNEDENDTIME() |
Getter for ALIGNEDENDTIME w/ exceptions if field has no valu |
HAS_ALIGNEDENDTIME() |
Determine if ALIGNEDENDTIME has a value |
Identifier¶
An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. In the console, the identifier is shown as ResourceID. When you call
DescribeDBInstances, the identifier is returned asDbiResourceId.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDENTIFIER() |
Getter for IDENTIFIER, with configurable default |
ASK_IDENTIFIER() |
Getter for IDENTIFIER w/ exceptions if field has no value |
HAS_IDENTIFIER() |
Determine if IDENTIFIER has a value |
MetricList¶
An array of metric results, where each array element contains all of the data points for a particular dimension.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICLIST() |
Getter for METRICLIST, with configurable default |
ASK_METRICLIST() |
Getter for METRICLIST w/ exceptions if field has no value |
HAS_METRICLIST() |
Determine if METRICLIST has a value |
NextToken¶
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by
MaxRecords.
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 |