/AWS1/CL_KFCLISTCUSTPLUGINSRSP¶
ListCustomPluginsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_customplugins TYPE /AWS1/CL_KFCCUSTOMPLUGINSUMM=>TT___LISTOFCUSTOMPLUGINSUMMARY TT___LISTOFCUSTOMPLUGINSUMMARY¶
An array of custom plugin descriptions.
iv_nexttoken TYPE /AWS1/KFC__STRING /AWS1/KFC__STRING¶
If the response of a ListCustomPlugins operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.
Queryable Attributes¶
customPlugins¶
An array of custom plugin descriptions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMPLUGINS() |
Getter for CUSTOMPLUGINS, with configurable default |
ASK_CUSTOMPLUGINS() |
Getter for CUSTOMPLUGINS w/ exceptions if field has no value |
HAS_CUSTOMPLUGINS() |
Determine if CUSTOMPLUGINS has a value |
nextToken¶
If the response of a ListCustomPlugins operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation 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 |