Class: Aws::Types::ReplicationInfoDescription
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationInfoDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumer_group_replication ⇒ Types::ConsumerGroupReplication
Returns the value of attribute consumer_group_replication.
-
#source_kafka_cluster_alias ⇒ ::String
Returns the value of attribute source_kafka_cluster_alias.
-
#target_compression_type ⇒ "NONE", ...
Returns the value of attribute target_compression_type.
-
#target_kafka_cluster_alias ⇒ ::String
Returns the value of attribute target_kafka_cluster_alias.
-
#topic_replication ⇒ Types::TopicReplication
Returns the value of attribute topic_replication.
Instance Attribute Details
#consumer_group_replication ⇒ Types::ConsumerGroupReplication
Returns the value of attribute consumer_group_replication.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def consumer_group_replication @consumer_group_replication end |
#source_kafka_cluster_alias ⇒ ::String
Returns the value of attribute source_kafka_cluster_alias.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def source_kafka_cluster_alias @source_kafka_cluster_alias end |
#target_compression_type ⇒ "NONE", ...
Returns the value of attribute target_compression_type.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def target_compression_type @target_compression_type end |
#target_kafka_cluster_alias ⇒ ::String
Returns the value of attribute target_kafka_cluster_alias.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def target_kafka_cluster_alias @target_kafka_cluster_alias end |
#topic_replication ⇒ Types::TopicReplication
Returns the value of attribute topic_replication.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def topic_replication @topic_replication end |