/AWS1/CL_RSHEVTSUBSCRIPTIONS00¶
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_marker TYPE /AWS1/RSHSTRING /AWS1/RSHSTRING¶
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the
Markerparameter and retrying the command. If theMarkerfield is empty, all response records have been retrieved for the request.
it_eventsubscriptionslist TYPE /AWS1/CL_RSHEVENTSUBSCRIPTION=>TT_EVENTSUBSCRIPTIONSLIST TT_EVENTSUBSCRIPTIONSLIST¶
A list of event subscriptions.
Queryable Attributes¶
Marker¶
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the
Markerparameter and retrying the command. If theMarkerfield is empty, all response records have been retrieved for the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MARKER() |
Getter for MARKER, with configurable default |
ASK_MARKER() |
Getter for MARKER w/ exceptions if field has no value |
HAS_MARKER() |
Determine if MARKER has a value |
EventSubscriptionsList¶
A list of event subscriptions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTSUBSCRIPTIONSLIST() |
Getter for EVENTSUBSCRIPTIONSLIST, with configurable default |
ASK_EVENTSUBSCRIPTIONSLIST() |
Getter for EVENTSUBSCRIPTIONSLIST w/ exceptions if field has |
HAS_EVENTSUBSCRIPTIONSLIST() |
Determine if EVENTSUBSCRIPTIONSLIST has a value |