Module: Aws::Kafka::Client::_ListReplicatorsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListReplicatorsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
648 |
# File 'sig/client.rbs', line 648
def next_token: () -> ::String
|
#replicators ⇒ ::Array[Types::ReplicatorSummary]
649 |
# File 'sig/client.rbs', line 649
def replicators: () -> ::Array[Types::ReplicatorSummary]
|