/AWS1/CL_KFKLISTREPLICATORSRSP¶
ListReplicatorsResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/KFK__STRING
/AWS1/KFK__STRING
¶
If the response of ListReplicators is truncated, it returns a NextToken in the response. This NextToken should be sent in the subsequent request to ListReplicators.
it_replicators
TYPE /AWS1/CL_KFKREPLICATORSUMMARY=>TT___LISTOFREPLICATORSUMMARY
TT___LISTOFREPLICATORSUMMARY
¶
List containing information of each of the replicators in the account.
Queryable Attributes¶
NextToken¶
If the response of ListReplicators is truncated, it returns a NextToken in the response. This NextToken should be sent in the subsequent request to ListReplicators.
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 |
Replicators¶
List containing information of each of the replicators in the account.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REPLICATORS() |
Getter for REPLICATORS, with configurable default |
ASK_REPLICATORS() |
Getter for REPLICATORS w/ exceptions if field has no value |
HAS_REPLICATORS() |
Determine if REPLICATORS has a value |