Class: Aws::Types::FailoverDBClusterMessage
- Inherits:
-
Object
- Object
- Aws::Types::FailoverDBClusterMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#target_db_instance_identifier ⇒ ::String
Returns the value of attribute target_db_instance_identifier.
Instance Attribute Details
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
2623 2624 2625 |
# File 'sig/types.rbs', line 2623 def db_cluster_identifier @db_cluster_identifier end |
#target_db_instance_identifier ⇒ ::String
Returns the value of attribute target_db_instance_identifier.
2624 2625 2626 |
# File 'sig/types.rbs', line 2624 def target_db_instance_identifier @target_db_instance_identifier end |