/AWS1/CL_KFCLISTCONNECTORSRSP¶
ListConnectorsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_connectors TYPE /AWS1/CL_KFCCONNECTORSUMMARY=>TT___LISTOFCONNECTORSUMMARY TT___LISTOFCONNECTORSUMMARY¶
An array of connector descriptions.
iv_nexttoken TYPE /AWS1/KFC__STRING /AWS1/KFC__STRING¶
If the response of a ListConnectors operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where it left off.
Queryable Attributes¶
connectors¶
An array of connector descriptions.
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 |
nextToken¶
If the response of a ListConnectors operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where it left off.
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 |