/AWS1/CL_IOTFLEETMETRICNAMEA00¶
The name and ARN of a fleet metric.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_metricname TYPE /AWS1/IOTFLEETMETRICNAME /AWS1/IOTFLEETMETRICNAME¶
The fleet metric name.
iv_metricarn TYPE /AWS1/IOTFLEETMETRICARN /AWS1/IOTFLEETMETRICARN¶
The fleet metric ARN.
Queryable Attributes¶
metricName¶
The fleet metric name.
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 fleet metric ARN.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_FLEETMETRICNAMEANDARNLIST¶
TYPES TT_FLEETMETRICNAMEANDARNLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTFLEETMETRICNAMEA00 WITH DEFAULT KEY
.