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.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def consumer_group_replication @consumer_group_replication end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def current_version @current_version end |
#log_delivery ⇒ Types::LogDelivery
Returns the value of attribute log_delivery.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def log_delivery @log_delivery end |
#replicator_arn ⇒ ::String
Returns the value of attribute replicator_arn.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def replicator_arn @replicator_arn end |
#source_kafka_cluster_arn ⇒ ::String
Returns the value of attribute source_kafka_cluster_arn.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def source_kafka_cluster_arn @source_kafka_cluster_arn end |
#source_kafka_cluster_id ⇒ ::String
Returns the value of attribute source_kafka_cluster_id.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def source_kafka_cluster_id @source_kafka_cluster_id end |
#target_kafka_cluster_arn ⇒ ::String
Returns the value of attribute target_kafka_cluster_arn.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def target_kafka_cluster_arn @target_kafka_cluster_arn end |
#target_kafka_cluster_id ⇒ ::String
Returns the value of attribute target_kafka_cluster_id.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def target_kafka_cluster_id @target_kafka_cluster_id end |
#topic_replication ⇒ Types::TopicReplicationUpdate
Returns the value of attribute topic_replication.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def topic_replication @topic_replication end |