Class: Aws::Types::ReplicationInfoSummary
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationInfoSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_kafka_cluster_alias ⇒ ::String
Returns the value of attribute source_kafka_cluster_alias.
-
#target_kafka_cluster_alias ⇒ ::String
Returns the value of attribute target_kafka_cluster_alias.
Instance Attribute Details
#source_kafka_cluster_alias ⇒ ::String
Returns the value of attribute source_kafka_cluster_alias.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def source_kafka_cluster_alias @source_kafka_cluster_alias end |
#target_kafka_cluster_alias ⇒ ::String
Returns the value of attribute target_kafka_cluster_alias.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def target_kafka_cluster_alias @target_kafka_cluster_alias end |