/AWS1/CL_TRNLISTCONNECTORSRSP¶
ListConnectorsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_connectors TYPE /AWS1/CL_TRNLISTEDCONNECTOR=>TT_LISTEDCONNECTORS TT_LISTEDCONNECTORS¶
Returns an array, where each item contains the details of a connector.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/TRNNEXTTOKEN /AWS1/TRNNEXTTOKEN¶
Returns a token that you can use to call
ListConnectorsagain and receive additional results, if there are any.
Queryable Attributes¶
NextToken¶
Returns a token that you can use to call
ListConnectorsagain and receive additional results, if there are any.
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 |
Connectors¶
Returns an array, where each item contains the details of a connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTORS() |
Getter for CONNECTORS, with configurable default |
ASK_CONNECTORS() |
Getter for CONNECTORS w/ exceptions if field has no value |
HAS_CONNECTORS() |
Determine if CONNECTORS has a value |