Skip to content

/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, NextToken is set to a token. To retrieve the next set of results, call DescribeEvents again and assign that token to the request object's NextToken parameter. If the request returns all results, NextToken is set to null.


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, NextToken is set to a token. To retrieve the next set of results, call DescribeEvents again and assign that token to the request object's NextToken parameter. If the request returns all results, NextToken is set to null.

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