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)


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

def replicator_arn: () -> ::String

#replicator_name::String

Returns:

  • (::String)


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

def replicator_name: () -> ::String

#replicator_state"RUNNING", ...

Returns:

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


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

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