/AWS1/CL_SSSLISTOPEVENTSOUTPUT¶
ListOperationEventsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_operationevents TYPE /AWS1/CL_SSSOPERATIONEVENT=>TT_OPERATIONEVENTLIST TT_OPERATIONEVENTLIST¶
A returned list of operation events that meet the filter criteria.
iv_nexttoken TYPE /AWS1/SSSNEXTTOKEN /AWS1/SSSNEXTTOKEN¶
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
Queryable Attributes¶
OperationEvents¶
A returned list of operation events that meet the filter 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¶
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
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 |