/AWS1/CL_CWLLSTLOGANOMALYDET01¶
ListLogAnomalyDetectorsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_anomalydetectors TYPE /AWS1/CL_CWLANOMALYDETECTOR=>TT_ANOMALYDETECTORS TT_ANOMALYDETECTORS¶
An array of structures, where each structure in the array contains information about one anomaly detector.
iv_nexttoken TYPE /AWS1/CWLNEXTTOKEN /AWS1/CWLNEXTTOKEN¶
The token for the next set of items to return. The token expires after 24 hours.
Queryable Attributes¶
anomalyDetectors¶
An array of structures, where each structure in the array contains information about one anomaly detector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANOMALYDETECTORS() |
Getter for ANOMALYDETECTORS, with configurable default |
ASK_ANOMALYDETECTORS() |
Getter for ANOMALYDETECTORS w/ exceptions if field has no va |
HAS_ANOMALYDETECTORS() |
Determine if ANOMALYDETECTORS has a value |
nextToken¶
The token for the next set of items to return. The token expires after 24 hours.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |