/AWS1/CL_EVBLISTPTREVSRCSRSP¶
ListPartnerEventSourcesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_partnereventsources TYPE /AWS1/CL_EVBPARTNEREVENTSOURCE=>TT_PARTNEREVENTSOURCELIST TT_PARTNEREVENTSOURCELIST¶
The list of partner event sources returned by the operation.
iv_nexttoken TYPE /AWS1/EVBNEXTTOKEN /AWS1/EVBNEXTTOKEN¶
A token indicating there are more results available. If there are no more results, no token is included in the response.
The value of
nextTokenis a unique pagination token for each page. To retrieve the next page of results, make the call again using the returned token. Keep all other arguments unchanged.Using an expired pagination token results in an
HTTP 400 InvalidTokenerror.
Queryable Attributes¶
PartnerEventSources¶
The list of partner event sources returned by the operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARTNEREVENTSOURCES() |
Getter for PARTNEREVENTSOURCES, with configurable default |
ASK_PARTNEREVENTSOURCES() |
Getter for PARTNEREVENTSOURCES w/ exceptions if field has no |
HAS_PARTNEREVENTSOURCES() |
Determine if PARTNEREVENTSOURCES has a value |
NextToken¶
A token indicating there are more results available. If there are no more results, no token is included in the response.
The value of
nextTokenis a unique pagination token for each page. To retrieve the next page of results, make the call again using the returned token. Keep all other arguments unchanged.Using an expired pagination token results in an
HTTP 400 InvalidTokenerror.
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 |