class
Amazonite::CloudFormation::UpdateTerminationProtectionInput
- Amazonite::CloudFormation::UpdateTerminationProtectionInput
- Reference
- Object
Defined in:
cloudformation/update_termination_protection_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#enable_termination_protection : Bool
Whether to enable termination protection on the specified stack.
-
#enable_termination_protection=(enable_termination_protection : Bool)
Whether to enable termination protection on the specified stack.
-
#hash(hasher)
See
Object#hash(hasher) -
#stack_name : String
The name or unique ID of the stack for which you want to set termination protection.
-
#stack_name=(stack_name : String)
The name or unique ID of the stack for which you want to set termination protection.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def enable_termination_protection : Bool
#
Whether to enable termination protection on the specified stack.
def enable_termination_protection=(enable_termination_protection : Bool)
#
Whether to enable termination protection on the specified stack.
def stack_name : String
#
The name or unique ID of the stack for which you want to set termination protection.
def stack_name=(stack_name : String)
#
The name or unique ID of the stack for which you want to set termination protection.