Skip to content

/AWS1/CL_IOVLISTALARMSRESPONSE

ListAlarmsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_alarmsummaries TYPE /AWS1/CL_IOVALARMSUMMARY=>TT_ALARMSUMMARIES TT_ALARMSUMMARIES

A list that summarizes each alarm.

iv_nexttoken TYPE /AWS1/IOVNEXTTOKEN /AWS1/IOVNEXTTOKEN

The token that you can use to return the next set of results, or null if there are no more results.


Queryable Attributes

alarmSummaries

A list that summarizes each alarm.

Accessible with the following methods

Method Description
GET_ALARMSUMMARIES() Getter for ALARMSUMMARIES, with configurable default
ASK_ALARMSUMMARIES() Getter for ALARMSUMMARIES w/ exceptions if field has no valu
HAS_ALARMSUMMARIES() Determine if ALARMSUMMARIES has a value

nextToken

The token that you can use to return the next set of results, or null if there are no more 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