/AWS1/CL_FRMDESCREVENTSOUTPUT¶
DescribeEventsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_operationevents TYPE /AWS1/CL_FRMOPERATIONEVENT=>TT_OPERATIONEVENTS TT_OPERATIONEVENTS¶
A list of operation events that match the specified criteria.
iv_nexttoken TYPE /AWS1/FRMNEXTTOKEN /AWS1/FRMNEXTTOKEN¶
If the request doesn't return all the remaining results,
NextTokenis set to a token. To retrieve the next set of results, callDescribeEventsagain and assign that token to the request object'sNextTokenparameter. If the request returns all results,NextTokenis set tonull.
Queryable Attributes¶
OperationEvents¶
A list of operation events that match the specified criteria.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATIONEVENTS() |
Getter for OPERATIONEVENTS, with configurable default |
ASK_OPERATIONEVENTS() |
Getter for OPERATIONEVENTS w/ exceptions if field has no val |
HAS_OPERATIONEVENTS() |
Determine if OPERATIONEVENTS has a value |
NextToken¶
If the request doesn't return all the remaining results,
NextTokenis set to a token. To retrieve the next set of results, callDescribeEventsagain and assign that token to the request object'sNextTokenparameter. If the request returns all results,NextTokenis set tonull.
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 |