Class: Aws::Types::UpdateClusterInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateClusterInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#kms_encryption_key ⇒ ::String
Returns the value of attribute kms_encryption_key.
-
#multi_region_properties ⇒ Types::MultiRegionProperties
Returns the value of attribute multi_region_properties.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
315 316 317 |
# File 'sig/types.rbs', line 315 def client_token @client_token end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
313 314 315 |
# File 'sig/types.rbs', line 313 def deletion_protection_enabled @deletion_protection_enabled end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
312 313 314 |
# File 'sig/types.rbs', line 312 def identifier @identifier end |
#kms_encryption_key ⇒ ::String
Returns the value of attribute kms_encryption_key.
314 315 316 |
# File 'sig/types.rbs', line 314 def kms_encryption_key @kms_encryption_key end |
#multi_region_properties ⇒ Types::MultiRegionProperties
Returns the value of attribute multi_region_properties.
316 317 318 |
# File 'sig/types.rbs', line 316 def multi_region_properties @multi_region_properties end |