Skip to content

/AWS1/CL_DAXDESCREVENTSRSP

DescribeEventsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/DAXSTRING /AWS1/DAXSTRING

Provides an identifier to allow retrieval of paginated results.

IT_EVENTS TYPE /AWS1/CL_DAXEVENT=>TT_EVENTLIST TT_EVENTLIST

An array of events. Each element in the array represents one event.


Queryable Attributes

NextToken

Provides an identifier to allow retrieval of paginated 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

Events

An array of events. Each element in the array represents one event.

Accessible with the following methods

Method Description
GET_EVENTS() Getter for EVENTS, with configurable default
ASK_EVENTS() Getter for EVENTS w/ exceptions if field has no value
HAS_EVENTS() Determine if EVENTS has a value