class Amazonite::CloudFormation::DescribeChangeSetInput

Overview

The input for the DescribeChangeSet action.

Defined in:

cloudformation/describe_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, next_token : String | Nil = nil, include_property_values : Bool | 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 describe.


[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 describe.


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

See Object#hash(hasher)


def include_property_values : Bool | Nil #

If true, the returned changes include detailed changes in the property values.


[View source]
def include_property_values=(include_property_values : Bool | Nil) #

If true, the returned changes include detailed changes in the property values.


[View source]
def next_token : String | Nil #

The token for the next set of items to return. (You received this token from a previous call.)


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

The token for the next set of items to return. (You received this token from a previous call.)


[View source]
def stack_name : String | Nil #

If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.


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

If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.


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

[View source]
def validate! : Nil #

[View source]