Module: Aws::Kafka::Client::_DescribeReplicatorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeReplicatorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #current_version ⇒ ::String
- #is_replicator_reference ⇒ Boolean
- #kafka_clusters ⇒ ::Array[Types::KafkaClusterDescription]
- #log_delivery ⇒ Types::LogDelivery
- #replication_info_list ⇒ ::Array[Types::ReplicationInfoDescription]
- #replicator_arn ⇒ ::String
- #replicator_description ⇒ ::String
- #replicator_name ⇒ ::String
- #replicator_resource_arn ⇒ ::String
- #replicator_state ⇒ "RUNNING", ...
- #service_execution_role_arn ⇒ ::String
- #state_info ⇒ Types::ReplicationStateInfo
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#creation_time ⇒ ::Time
429 |
# File 'sig/client.rbs', line 429
def creation_time: () -> ::Time
|
#current_version ⇒ ::String
430 |
# File 'sig/client.rbs', line 430
def current_version: () -> ::String
|
#is_replicator_reference ⇒ Boolean
431 |
# File 'sig/client.rbs', line 431
def is_replicator_reference: () -> bool
|
#kafka_clusters ⇒ ::Array[Types::KafkaClusterDescription]
432 |
# File 'sig/client.rbs', line 432
def kafka_clusters: () -> ::Array[Types::KafkaClusterDescription]
|
#log_delivery ⇒ Types::LogDelivery
433 |
# File 'sig/client.rbs', line 433
def log_delivery: () -> Types::LogDelivery
|
#replication_info_list ⇒ ::Array[Types::ReplicationInfoDescription]
434 |
# File 'sig/client.rbs', line 434
def replication_info_list: () -> ::Array[Types::ReplicationInfoDescription]
|
#replicator_arn ⇒ ::String
435 |
# File 'sig/client.rbs', line 435
def replicator_arn: () -> ::String
|
#replicator_description ⇒ ::String
436 |
# File 'sig/client.rbs', line 436
def replicator_description: () -> ::String
|
#replicator_name ⇒ ::String
437 |
# File 'sig/client.rbs', line 437
def replicator_name: () -> ::String
|
#replicator_resource_arn ⇒ ::String
438 |
# File 'sig/client.rbs', line 438
def replicator_resource_arn: () -> ::String
|
#replicator_state ⇒ "RUNNING", ...
439 |
# File 'sig/client.rbs', line 439
def replicator_state: () -> ("RUNNING" | "CREATING" | "UPDATING" | "DELETING" | "FAILED")
|
#service_execution_role_arn ⇒ ::String
440 |
# File 'sig/client.rbs', line 440
def service_execution_role_arn: () -> ::String
|
#state_info ⇒ Types::ReplicationStateInfo
441 |
# File 'sig/client.rbs', line 441
def state_info: () -> Types::ReplicationStateInfo
|
#tags ⇒ ::Hash[::String, ::String]
442 |
# File 'sig/client.rbs', line 442
def tags: () -> ::Hash[::String, ::String]
|