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.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def source_kafka_cluster_alias @source_kafka_cluster_alias end |
#target_kafka_cluster_alias ⇒ ::String
Returns the value of attribute target_kafka_cluster_alias.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def target_kafka_cluster_alias @target_kafka_cluster_alias end |