/AWS1/CL_IOELISTINPROUTINGSRSP¶
ListInputRoutingsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_routedresources TYPE /AWS1/CL_IOEROUTEDRESOURCE=>TT_ROUTEDRESOURCES TT_ROUTEDRESOURCES¶
Summary information about the routed resources.
iv_nexttoken TYPE /AWS1/IOENEXTTOKEN /AWS1/IOENEXTTOKEN¶
The token that you can use to return the next set of results, or
nullif there are no more results.
Queryable Attributes¶
routedResources¶
Summary information about the routed resources.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROUTEDRESOURCES() |
Getter for ROUTEDRESOURCES, with configurable default |
ASK_ROUTEDRESOURCES() |
Getter for ROUTEDRESOURCES w/ exceptions if field has no val |
HAS_ROUTEDRESOURCES() |
Determine if ROUTEDRESOURCES has a value |
nextToken¶
The token that you can use to return the next set of results, or
nullif there are no more results.
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 |