Class: Aws::Types::FailoverGlobalClusterMessage
- Inherits:
-
Object
- Object
- Aws::Types::FailoverGlobalClusterMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_data_loss ⇒ Boolean
Returns the value of attribute allow_data_loss.
-
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
-
#switchover ⇒ Boolean
Returns the value of attribute switchover.
-
#target_db_cluster_identifier ⇒ ::String
Returns the value of attribute target_db_cluster_identifier.
Instance Attribute Details
#allow_data_loss ⇒ Boolean
Returns the value of attribute allow_data_loss.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def allow_data_loss @allow_data_loss end |
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def global_cluster_identifier @global_cluster_identifier end |
#switchover ⇒ Boolean
Returns the value of attribute switchover.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def switchover @switchover end |
#target_db_cluster_identifier ⇒ ::String
Returns the value of attribute target_db_cluster_identifier.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def target_db_cluster_identifier @target_db_cluster_identifier end |