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.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def allow_major_version_upgrade @allow_major_version_upgrade end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def deletion_protection @deletion_protection end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def engine_version @engine_version end |
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def global_cluster_identifier @global_cluster_identifier end |
#new_global_cluster_identifier ⇒ ::String
Returns the value of attribute new_global_cluster_identifier.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def new_global_cluster_identifier @new_global_cluster_identifier end |