Class: Aws::Types::UpdateReplicationInfoRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateReplicationInfoRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumer_group_replication ⇒ Types::ConsumerGroupReplicationUpdate
Returns the value of attribute consumer_group_replication.
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#log_delivery ⇒ Types::LogDelivery
Returns the value of attribute log_delivery.
-
#replicator_arn ⇒ ::String
Returns the value of attribute replicator_arn.
-
#source_kafka_cluster_arn ⇒ ::String
Returns the value of attribute source_kafka_cluster_arn.
-
#source_kafka_cluster_id ⇒ ::String
Returns the value of attribute source_kafka_cluster_id.
-
#target_kafka_cluster_arn ⇒ ::String
Returns the value of attribute target_kafka_cluster_arn.
-
#target_kafka_cluster_id ⇒ ::String
Returns the value of attribute target_kafka_cluster_id.
-
#topic_replication ⇒ Types::TopicReplicationUpdate
Returns the value of attribute topic_replication.
Instance Attribute Details
#consumer_group_replication ⇒ Types::ConsumerGroupReplicationUpdate
Returns the value of attribute consumer_group_replication.
1692 1693 1694 |
# File 'sig/types.rbs', line 1692 def consumer_group_replication @consumer_group_replication end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def current_version @current_version end |
#log_delivery ⇒ Types::LogDelivery
Returns the value of attribute log_delivery.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def log_delivery @log_delivery end |
#replicator_arn ⇒ ::String
Returns the value of attribute replicator_arn.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def replicator_arn @replicator_arn end |
#source_kafka_cluster_arn ⇒ ::String
Returns the value of attribute source_kafka_cluster_arn.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def source_kafka_cluster_arn @source_kafka_cluster_arn end |
#source_kafka_cluster_id ⇒ ::String
Returns the value of attribute source_kafka_cluster_id.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def source_kafka_cluster_id @source_kafka_cluster_id end |
#target_kafka_cluster_arn ⇒ ::String
Returns the value of attribute target_kafka_cluster_arn.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def target_kafka_cluster_arn @target_kafka_cluster_arn end |
#target_kafka_cluster_id ⇒ ::String
Returns the value of attribute target_kafka_cluster_id.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def target_kafka_cluster_id @target_kafka_cluster_id end |
#topic_replication ⇒ Types::TopicReplicationUpdate
Returns the value of attribute topic_replication.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def topic_replication @topic_replication end |