/AWS1/CL_LOMMETRICSETSUMMARY¶
Contains information about a dataset.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_metricsetarn TYPE /AWS1/LOMARN /AWS1/LOMARN¶
The ARN of the dataset.
iv_anomalydetectorarn TYPE /AWS1/LOMARN /AWS1/LOMARN¶
The ARN of the detector to which the dataset belongs.
iv_metricsetdescription TYPE /AWS1/LOMMETRICSETDESCRIPTION /AWS1/LOMMETRICSETDESCRIPTION¶
The description of the dataset.
iv_metricsetname TYPE /AWS1/LOMMETRICSETNAME /AWS1/LOMMETRICSETNAME¶
The name of the dataset.
iv_creationtime TYPE /AWS1/LOMTIMESTAMP /AWS1/LOMTIMESTAMP¶
The time at which the dataset was created.
iv_lastmodificationtime TYPE /AWS1/LOMTIMESTAMP /AWS1/LOMTIMESTAMP¶
The time at which the dataset was last modified.
it_tags TYPE /AWS1/CL_LOMTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The dataset's tags.
Queryable Attributes¶
MetricSetArn¶
The ARN of the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICSETARN() |
Getter for METRICSETARN, with configurable default |
ASK_METRICSETARN() |
Getter for METRICSETARN w/ exceptions if field has no value |
HAS_METRICSETARN() |
Determine if METRICSETARN has a value |
AnomalyDetectorArn¶
The ARN of the detector to which the dataset belongs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANOMALYDETECTORARN() |
Getter for ANOMALYDETECTORARN, with configurable default |
ASK_ANOMALYDETECTORARN() |
Getter for ANOMALYDETECTORARN w/ exceptions if field has no |
HAS_ANOMALYDETECTORARN() |
Determine if ANOMALYDETECTORARN has a value |
MetricSetDescription¶
The description of the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICSETDESCRIPTION() |
Getter for METRICSETDESCRIPTION, with configurable default |
ASK_METRICSETDESCRIPTION() |
Getter for METRICSETDESCRIPTION w/ exceptions if field has n |
HAS_METRICSETDESCRIPTION() |
Determine if METRICSETDESCRIPTION has a value |
MetricSetName¶
The name of the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICSETNAME() |
Getter for METRICSETNAME, with configurable default |
ASK_METRICSETNAME() |
Getter for METRICSETNAME w/ exceptions if field has no value |
HAS_METRICSETNAME() |
Determine if METRICSETNAME has a value |
CreationTime¶
The time at which the dataset was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
LastModificationTime¶
The time at which the dataset was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFICATIONTIME() |
Getter for LASTMODIFICATIONTIME, with configurable default |
ASK_LASTMODIFICATIONTIME() |
Getter for LASTMODIFICATIONTIME w/ exceptions if field has n |
HAS_LASTMODIFICATIONTIME() |
Determine if LASTMODIFICATIONTIME has a value |
Tags¶
The dataset's tags.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS 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_METRICSETSUMMARYLIST¶
TYPES TT_METRICSETSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LOMMETRICSETSUMMARY WITH DEFAULT KEY
.