Class: Aws::Types::UpdateTerminationProtectionInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTerminationProtectionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_termination_protection ⇒ Boolean
Returns the value of attribute enable_termination_protection.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
Instance Attribute Details
#enable_termination_protection ⇒ Boolean
Returns the value of attribute enable_termination_protection.
2213 2214 2215 |
# File 'sig/types.rbs', line 2213 def enable_termination_protection @enable_termination_protection end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
2214 2215 2216 |
# File 'sig/types.rbs', line 2214 def stack_name @stack_name end |