class Amazonite::CloudFormation::DeleteChangeSetInput

Overview

The input for the DeleteChangeSet action.

Defined in:

cloudformation/delete_change_set_input.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(change_set_name : String, stack_name : String | Nil = nil) #

[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 change_set_name : String #

The name or Amazon Resource Name (ARN) of the change set that you want to delete.


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

The name or Amazon Resource Name (ARN) of the change set that you want to delete.


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

See Object#hash(hasher)


def stack_name : String | Nil #

If you specified the name of a change set to delete, specify the stack name or Amazon Resource Name (ARN) that's associated with it.


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

If you specified the name of a change set to delete, specify the stack name or Amazon Resource Name (ARN) that's associated with it.


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

[View source]
def validate! : Nil #

[View source]