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