/AWS1/CL_LOMANOMALYDETECTORS00¶
Contains information about an an anomaly detector.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_anomalydetectorarn TYPE /AWS1/LOMARN /AWS1/LOMARN¶
The ARN of the detector.
iv_anomalydetectorname TYPE /AWS1/LOMANOMALYDETECTORNAME /AWS1/LOMANOMALYDETECTORNAME¶
The name of the detector.
iv_anomalydetectordesc TYPE /AWS1/LOMANOMALYDETECTORDESC /AWS1/LOMANOMALYDETECTORDESC¶
A description of the detector.
iv_creationtime TYPE /AWS1/LOMTIMESTAMP /AWS1/LOMTIMESTAMP¶
The time at which the detector was created.
iv_lastmodificationtime TYPE /AWS1/LOMTIMESTAMP /AWS1/LOMTIMESTAMP¶
The time at which the detector was last modified.
iv_status TYPE /AWS1/LOMANOMALYDETECTORSTATUS /AWS1/LOMANOMALYDETECTORSTATUS¶
The status of detector.
it_tags TYPE /AWS1/CL_LOMTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The detector's tags.
Queryable Attributes¶
AnomalyDetectorArn¶
The ARN of the detector.
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 |
AnomalyDetectorName¶
The name of the detector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANOMALYDETECTORNAME() |
Getter for ANOMALYDETECTORNAME, with configurable default |
ASK_ANOMALYDETECTORNAME() |
Getter for ANOMALYDETECTORNAME w/ exceptions if field has no |
HAS_ANOMALYDETECTORNAME() |
Determine if ANOMALYDETECTORNAME has a value |
AnomalyDetectorDescription¶
A description of the detector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANOMALYDETECTORDESC() |
Getter for ANOMALYDETECTORDESCRIPTION, with configurable def |
ASK_ANOMALYDETECTORDESC() |
Getter for ANOMALYDETECTORDESCRIPTION w/ exceptions if field |
HAS_ANOMALYDETECTORDESC() |
Determine if ANOMALYDETECTORDESCRIPTION has a value |
CreationTime¶
The time at which the detector 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 detector 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 |
Status¶
The status of detector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
Tags¶
The detector'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_ANOMALYDETECTORSUMMARYLIST¶
TYPES TT_ANOMALYDETECTORSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LOMANOMALYDETECTORS00 WITH DEFAULT KEY
.