/AWS1/CL_IOTCRECUSTMETRICRSP¶
CreateCustomMetricResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_metricname TYPE /AWS1/IOTMETRICNAME /AWS1/IOTMETRICNAME¶
The name of the custom metric to be used in the metric report.
iv_metricarn TYPE /AWS1/IOTCUSTOMMETRICARN /AWS1/IOTCUSTOMMETRICARN¶
The Amazon Resource Number (ARN) of the custom metric. For example,
arn:aws-partition:iot:region:accountId:custommetric/metricName
Queryable Attributes¶
metricName¶
The name of the custom metric to be used in the metric report.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICNAME() |
Getter for METRICNAME, with configurable default |
ASK_METRICNAME() |
Getter for METRICNAME w/ exceptions if field has no value |
HAS_METRICNAME() |
Determine if METRICNAME has a value |
metricArn¶
The Amazon Resource Number (ARN) of the custom metric. For example,
arn:aws-partition:iot:region:accountId:custommetric/metricName
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICARN() |
Getter for METRICARN, with configurable default |
ASK_METRICARN() |
Getter for METRICARN w/ exceptions if field has no value |
HAS_METRICARN() |
Determine if METRICARN has a value |