class Amazonite::CloudFormation::UpdateTerminationProtectionInput

Defined in:

cloudformation/update_termination_protection_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(enable_termination_protection : Bool, stack_name : String) #

[View source]

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.


[View source]
def enable_termination_protection=(enable_termination_protection : Bool) #

Whether to enable termination protection on the specified stack.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def stack_name : String #

The name or unique ID of the stack for which you want to set termination protection.


[View source]
def stack_name=(stack_name : String) #

The name or unique ID of the stack for which you want to set termination protection.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]