/AWS1/CL_KFKLISTCLUSTEROPSRSP¶
ListClusterOperationsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_clusteroperationinfolist TYPE /AWS1/CL_KFKCLUSTEROPINFO=>TT___LISTOFCLUSTEROPINFO TT___LISTOFCLUSTEROPINFO¶
An array of cluster operation information objects.
iv_nexttoken TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING¶
If the response of ListClusterOperations is truncated, it returns a NextToken in the response. This Nexttoken should be sent in the subsequent request to ListClusterOperations.
Queryable Attributes¶
ClusterOperationInfoList¶
An array of cluster operation information objects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLUSTEROPERATIONINFOLIST() |
Getter for CLUSTEROPERATIONINFOLIST, with configurable defau |
ASK_CLUSTEROPERATIONINFOLIST() |
Getter for CLUSTEROPERATIONINFOLIST w/ exceptions if field h |
HAS_CLUSTEROPERATIONINFOLIST() |
Determine if CLUSTEROPERATIONINFOLIST has a value |
NextToken¶
If the response of ListClusterOperations is truncated, it returns a NextToken in the response. This Nexttoken should be sent in the subsequent request to ListClusterOperations.
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 |