/AWS1/CL_CWTDESCRALARMSOUTPUT¶
DescribeAlarmsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_compositealarms TYPE /AWS1/CL_CWTCOMPOSITEALARM=>TT_COMPOSITEALARMS TT_COMPOSITEALARMS¶
The information about any composite alarms returned by the operation.
it_metricalarms TYPE /AWS1/CL_CWTMETRICALARM=>TT_METRICALARMS TT_METRICALARMS¶
The information about any metric alarms returned by the operation.
iv_nexttoken TYPE /AWS1/CWTNEXTTOKEN /AWS1/CWTNEXTTOKEN¶
The token that marks the start of the next batch of returned results.
Queryable Attributes¶
CompositeAlarms¶
The information about any composite alarms returned by the operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPOSITEALARMS() |
Getter for COMPOSITEALARMS, with configurable default |
ASK_COMPOSITEALARMS() |
Getter for COMPOSITEALARMS w/ exceptions if field has no val |
HAS_COMPOSITEALARMS() |
Determine if COMPOSITEALARMS has a value |
MetricAlarms¶
The information about any metric alarms returned by the operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICALARMS() |
Getter for METRICALARMS, with configurable default |
ASK_METRICALARMS() |
Getter for METRICALARMS w/ exceptions if field has no value |
HAS_METRICALARMS() |
Determine if METRICALARMS has a value |
NextToken¶
The token that marks the start of the next batch of returned results.
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 |