/AWS1/CL_OWCDESCREVENTSRSP¶
DescribeEventsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_serverevents TYPE /AWS1/CL_OWCSERVEREVENT=>TT_SERVEREVENTS TT_SERVEREVENTS¶
Contains the response to a
DescribeEventsrequest.
iv_nexttoken TYPE /AWS1/OWCSTRING /AWS1/OWCSTRING¶
NextToken is a string that is returned in some command responses. It indicates that not all entries have been returned, and that you must run at least one more request to get remaining items. To get remaining results, call
DescribeEventsagain, and assign the token from the previous results as the value of thenextTokenparameter. If there are no more results, the response object'snextTokenparameter value isnull. Setting anextTokenvalue that was not returned in your previous results causes anInvalidNextTokenExceptionto occur.
Queryable Attributes¶
ServerEvents¶
Contains the response to a
DescribeEventsrequest.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVEREVENTS() |
Getter for SERVEREVENTS, with configurable default |
ASK_SERVEREVENTS() |
Getter for SERVEREVENTS w/ exceptions if field has no value |
HAS_SERVEREVENTS() |
Determine if SERVEREVENTS has a value |
NextToken¶
NextToken is a string that is returned in some command responses. It indicates that not all entries have been returned, and that you must run at least one more request to get remaining items. To get remaining results, call
DescribeEventsagain, and assign the token from the previous results as the value of thenextTokenparameter. If there are no more results, the response object'snextTokenparameter value isnull. Setting anextTokenvalue that was not returned in your previous results causes anInvalidNextTokenExceptionto occur.
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 |