/AWS1/CL_CWTDSCALRMCONTRIBSOUT¶
DescribeAlarmContributorsOutput
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_alarmcontributors
TYPE /AWS1/CL_CWTALARMCONTRIBUTOR=>TT_ALARMCONTRIBUTORS
TT_ALARMCONTRIBUTORS
¶
A list of alarm contributors that provide details about the individual time series contributing to the alarm's state.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/CWTNEXTTOKEN
/AWS1/CWTNEXTTOKEN
¶
The token that marks the start of the next batch of returned results.
Queryable Attributes¶
AlarmContributors¶
A list of alarm contributors that provide details about the individual time series contributing to the alarm's state.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ALARMCONTRIBUTORS() |
Getter for ALARMCONTRIBUTORS, with configurable default |
ASK_ALARMCONTRIBUTORS() |
Getter for ALARMCONTRIBUTORS w/ exceptions if field has no v |
HAS_ALARMCONTRIBUTORS() |
Determine if ALARMCONTRIBUTORS 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 |