/AWS1/CL_AMPANOMALYDETECTORS01¶
Summary information about an anomaly detector for list operations.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/AMPANOMALYDETECTORARN /AWS1/AMPANOMALYDETECTORARN¶
The Amazon Resource Name (ARN) of the anomaly detector.
iv_anomalydetectorid TYPE /AWS1/AMPANOMALYDETECTORID /AWS1/AMPANOMALYDETECTORID¶
The unique identifier of the anomaly detector.
iv_alias TYPE /AWS1/AMPANOMALYDETECTORALIAS /AWS1/AMPANOMALYDETECTORALIAS¶
The user-friendly name of the anomaly detector.
io_status TYPE REF TO /AWS1/CL_AMPANOMALYDETECTORS00 /AWS1/CL_AMPANOMALYDETECTORS00¶
The current status of the anomaly detector.
iv_createdat TYPE /AWS1/AMPTIMESTAMP /AWS1/AMPTIMESTAMP¶
The timestamp when the anomaly detector was created.
iv_modifiedat TYPE /AWS1/AMPTIMESTAMP /AWS1/AMPTIMESTAMP¶
The timestamp when the anomaly detector was last modified.
Optional arguments:¶
it_tags TYPE /AWS1/CL_AMPTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The tags applied to the anomaly detector.
Queryable Attributes¶
arn¶
The Amazon Resource Name (ARN) of the anomaly detector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
anomalyDetectorId¶
The unique identifier of the anomaly detector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANOMALYDETECTORID() |
Getter for ANOMALYDETECTORID, with configurable default |
ASK_ANOMALYDETECTORID() |
Getter for ANOMALYDETECTORID w/ exceptions if field has no v |
HAS_ANOMALYDETECTORID() |
Determine if ANOMALYDETECTORID has a value |
alias¶
The user-friendly name of the anomaly detector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALIAS() |
Getter for ALIAS, with configurable default |
ASK_ALIAS() |
Getter for ALIAS w/ exceptions if field has no value |
HAS_ALIAS() |
Determine if ALIAS has a value |
status¶
The current status of the anomaly detector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |
createdAt¶
The timestamp when the anomaly detector was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
modifiedAt¶
The timestamp when the anomaly detector was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODIFIEDAT() |
Getter for MODIFIEDAT, with configurable default |
ASK_MODIFIEDAT() |
Getter for MODIFIEDAT w/ exceptions if field has no value |
HAS_MODIFIEDAT() |
Determine if MODIFIEDAT has a value |
tags¶
The tags applied to the anomaly detector.
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_ANOMALYDETECTORSUMMARYLIST¶
TYPES TT_ANOMALYDETECTORSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_AMPANOMALYDETECTORS01 WITH DEFAULT KEY
.