Class: Aws::Types::ReplicationInfo
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationInfo
- 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_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_compression_type ⇒ "NONE", ...
Returns the value of attribute target_compression_type.
-
#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::TopicReplication
Returns the value of attribute topic_replication.
Instance Attribute Details
#consumer_group_replication ⇒ Types::ConsumerGroupReplication
Returns the value of attribute consumer_group_replication.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def consumer_group_replication @consumer_group_replication end |
#source_kafka_cluster_arn ⇒ ::String
Returns the value of attribute source_kafka_cluster_arn.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def source_kafka_cluster_arn @source_kafka_cluster_arn end |
#source_kafka_cluster_id ⇒ ::String
Returns the value of attribute source_kafka_cluster_id.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def source_kafka_cluster_id @source_kafka_cluster_id end |
#target_compression_type ⇒ "NONE", ...
Returns the value of attribute target_compression_type.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def target_compression_type @target_compression_type end |
#target_kafka_cluster_arn ⇒ ::String
Returns the value of attribute target_kafka_cluster_arn.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def target_kafka_cluster_arn @target_kafka_cluster_arn end |
#target_kafka_cluster_id ⇒ ::String
Returns the value of attribute target_kafka_cluster_id.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def target_kafka_cluster_id @target_kafka_cluster_id end |
#topic_replication ⇒ Types::TopicReplication
Returns the value of attribute topic_replication.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def topic_replication @topic_replication end |