Class: Aws::Types::SwitchoverGlobalClusterMessage
- Inherits:
-
Object
- Object
- Aws::Types::SwitchoverGlobalClusterMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
-
#target_db_cluster_identifier ⇒ ::String
Returns the value of attribute target_db_cluster_identifier.
Instance Attribute Details
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
4419 4420 4421 |
# File 'sig/types.rbs', line 4419 def global_cluster_identifier @global_cluster_identifier end |
#target_db_cluster_identifier ⇒ ::String
Returns the value of attribute target_db_cluster_identifier.
4420 4421 4422 |
# File 'sig/types.rbs', line 4420 def target_db_cluster_identifier @target_db_cluster_identifier end |