Class: Aws::Types::ModifyGlobalClusterMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyGlobalClusterMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_major_version_upgrade ⇒ Boolean
Returns the value of attribute allow_major_version_upgrade.
-
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
-
#new_global_cluster_identifier ⇒ ::String
Returns the value of attribute new_global_cluster_identifier.
Instance Attribute Details
#allow_major_version_upgrade ⇒ Boolean
Returns the value of attribute allow_major_version_upgrade.
3242 3243 3244 |
# File 'sig/types.rbs', line 3242 def allow_major_version_upgrade @allow_major_version_upgrade end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
3240 3241 3242 |
# File 'sig/types.rbs', line 3240 def deletion_protection @deletion_protection end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
3241 3242 3243 |
# File 'sig/types.rbs', line 3241 def engine_version @engine_version end |
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
3238 3239 3240 |
# File 'sig/types.rbs', line 3238 def global_cluster_identifier @global_cluster_identifier end |
#new_global_cluster_identifier ⇒ ::String
Returns the value of attribute new_global_cluster_identifier.
3239 3240 3241 |
# File 'sig/types.rbs', line 3239 def new_global_cluster_identifier @new_global_cluster_identifier end |