/AWS1/CL_KFKLISTCHNLSRESPONSE¶
Returns the list of channels in the cluster.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_channels TYPE /AWS1/CL_KFKCHANNELINFO=>TT___LISTOFCHANNELINFO TT___LISTOFCHANNELINFO¶
The list of channels in the cluster.
iv_nexttoken TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING¶
If the response from ListChannels is truncated, this token is included. Send it as the nextToken parameter on a subsequent ListChannels call to retrieve the next page.
Queryable Attributes¶
Channels¶
The list of channels in the cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANNELS() |
Getter for CHANNELS, with configurable default |
ASK_CHANNELS() |
Getter for CHANNELS w/ exceptions if field has no value |
HAS_CHANNELS() |
Determine if CHANNELS has a value |
NextToken¶
If the response from ListChannels is truncated, this token is included. Send it as the nextToken parameter on a subsequent ListChannels call to retrieve the next page.
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 |