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

Returns:

  • (::String)


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

def replicator_arn: () -> ::String

#replicator_name::String

Returns:

  • (::String)


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

def replicator_name: () -> ::String

#replicator_state"RUNNING", ...

Returns:

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


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

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