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
577 |
# File 'sig/client.rbs', line 577 def creation_time: () -> ::Time |
#current_version ⇒ ::String
578 |
# File 'sig/client.rbs', line 578 def current_version: () -> ::String |
#is_replicator_reference ⇒ Boolean
579 |
# File 'sig/client.rbs', line 579 def is_replicator_reference: () -> bool |
#kafka_clusters ⇒ ::Array[Types::KafkaClusterDescription]
580 |
# File 'sig/client.rbs', line 580 def kafka_clusters: () -> ::Array[Types::KafkaClusterDescription] |
#log_delivery ⇒ Types::LogDelivery
581 |
# File 'sig/client.rbs', line 581 def log_delivery: () -> Types::LogDelivery |
#replication_info_list ⇒ ::Array[Types::ReplicationInfoDescription]
582 |
# File 'sig/client.rbs', line 582 def replication_info_list: () -> ::Array[Types::ReplicationInfoDescription] |
#replicator_arn ⇒ ::String
583 |
# File 'sig/client.rbs', line 583 def replicator_arn: () -> ::String |
#replicator_description ⇒ ::String
584 |
# File 'sig/client.rbs', line 584 def replicator_description: () -> ::String |
#replicator_name ⇒ ::String
585 |
# File 'sig/client.rbs', line 585 def replicator_name: () -> ::String |
#replicator_resource_arn ⇒ ::String
586 |
# File 'sig/client.rbs', line 586 def replicator_resource_arn: () -> ::String |
#replicator_state ⇒ "RUNNING", ...
587 |
# File 'sig/client.rbs', line 587 def replicator_state: () -> ("RUNNING" | "CREATING" | "UPDATING" | "DELETING" | "FAILED") |
#service_execution_role_arn ⇒ ::String
588 |
# File 'sig/client.rbs', line 588 def service_execution_role_arn: () -> ::String |
#state_info ⇒ Types::ReplicationStateInfo
589 |
# File 'sig/client.rbs', line 589 def state_info: () -> Types::ReplicationStateInfo |
#tags ⇒ ::Hash[::String, ::String]
590 |
# File 'sig/client.rbs', line 590 def tags: () -> ::Hash[::String, ::String] |