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
188 |
# File 'sig/client.rbs', line 188
def replicator_arn: () -> ::String
|
#replicator_name ⇒ ::String
189 |
# File 'sig/client.rbs', line 189
def replicator_name: () -> ::String
|
#replicator_state ⇒ "RUNNING", ...
190 |
# File 'sig/client.rbs', line 190
def replicator_state: () -> ("RUNNING" | "CREATING" | "UPDATING" | "DELETING" | "FAILED")
|