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
558 |
# File 'sig/client.rbs', line 558
def creation_time: () -> ::Time
|
#current_version ⇒ ::String
559 |
# File 'sig/client.rbs', line 559
def current_version: () -> ::String
|
#is_replicator_reference ⇒ Boolean
560 |
# File 'sig/client.rbs', line 560
def is_replicator_reference: () -> bool
|
#kafka_clusters ⇒ ::Array[Types::KafkaClusterDescription]
561 |
# File 'sig/client.rbs', line 561
def kafka_clusters: () -> ::Array[Types::KafkaClusterDescription]
|
#log_delivery ⇒ Types::LogDelivery
562 |
# File 'sig/client.rbs', line 562
def log_delivery: () -> Types::LogDelivery
|
#replication_info_list ⇒ ::Array[Types::ReplicationInfoDescription]
563 |
# File 'sig/client.rbs', line 563
def replication_info_list: () -> ::Array[Types::ReplicationInfoDescription]
|
#replicator_arn ⇒ ::String
564 |
# File 'sig/client.rbs', line 564
def replicator_arn: () -> ::String
|
#replicator_description ⇒ ::String
565 |
# File 'sig/client.rbs', line 565
def replicator_description: () -> ::String
|
#replicator_name ⇒ ::String
566 |
# File 'sig/client.rbs', line 566
def replicator_name: () -> ::String
|
#replicator_resource_arn ⇒ ::String
567 |
# File 'sig/client.rbs', line 567
def replicator_resource_arn: () -> ::String
|
#replicator_state ⇒ "RUNNING", ...
568 |
# File 'sig/client.rbs', line 568
def replicator_state: () -> ("RUNNING" | "CREATING" | "UPDATING" | "DELETING" | "FAILED")
|
#service_execution_role_arn ⇒ ::String
569 |
# File 'sig/client.rbs', line 569
def service_execution_role_arn: () -> ::String
|
#state_info ⇒ Types::ReplicationStateInfo
570 |
# File 'sig/client.rbs', line 570
def state_info: () -> Types::ReplicationStateInfo
|
#tags ⇒ ::Hash[::String, ::String]
571 |
# File 'sig/client.rbs', line 571
def tags: () -> ::Hash[::String, ::String]
|