Module: Aws::Kafka::Client::_DeleteReplicatorResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DeleteReplicatorResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#replicator_arn::String

Returns:

  • (::String)


322
# File 'sig/client.rbs', line 322

def replicator_arn: () -> ::String

#replicator_state"RUNNING", ...

Returns:

  • ("RUNNING", "CREATING", "UPDATING", "DELETING", "FAILED")


323
# File 'sig/client.rbs', line 323

def replicator_state: () -> ("RUNNING" | "CREATING" | "UPDATING" | "DELETING" | "FAILED")