Module: Aws::Kafka::Client::_CreateReplicatorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateReplicatorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#replicator_arn ⇒ ::String
282 |
# File 'sig/client.rbs', line 282
def replicator_arn: () -> ::String
|
#replicator_name ⇒ ::String
283 |
# File 'sig/client.rbs', line 283
def replicator_name: () -> ::String
|
#replicator_state ⇒ "RUNNING", ...
284 |
# File 'sig/client.rbs', line 284
def replicator_state: () -> ("RUNNING" | "CREATING" | "UPDATING" | "DELETING" | "FAILED")
|