Class: Aws::Types::ModifyGlobalClusterMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyGlobalClusterMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
-
#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
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def deletion_protection @deletion_protection end |
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def global_cluster_identifier @global_cluster_identifier end |
#new_global_cluster_identifier ⇒ ::String
Returns the value of attribute new_global_cluster_identifier.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def new_global_cluster_identifier @new_global_cluster_identifier end |