Class: Aws::Types::CreateClusterInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateClusterInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bypass_policy_lockout_safety_check ⇒ Boolean
Returns the value of attribute bypass_policy_lockout_safety_check.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
-
#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.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#bypass_policy_lockout_safety_check ⇒ Boolean
Returns the value of attribute bypass_policy_lockout_safety_check.
36 37 38 |
# File 'sig/types.rbs', line 36 def bypass_policy_lockout_safety_check @bypass_policy_lockout_safety_check end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
33 34 35 |
# File 'sig/types.rbs', line 33 def client_token @client_token end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
30 31 32 |
# File 'sig/types.rbs', line 30 def deletion_protection_enabled @deletion_protection_enabled end |
#kms_encryption_key ⇒ ::String
Returns the value of attribute kms_encryption_key.
31 32 33 |
# File 'sig/types.rbs', line 31 def kms_encryption_key @kms_encryption_key end |
#multi_region_properties ⇒ Types::MultiRegionProperties
Returns the value of attribute multi_region_properties.
34 35 36 |
# File 'sig/types.rbs', line 34 def multi_region_properties @multi_region_properties end |
#policy ⇒ ::String
Returns the value of attribute policy.
35 36 37 |
# File 'sig/types.rbs', line 35 def policy @policy end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
32 33 34 |
# File 'sig/types.rbs', line 32 def @tags end |