class Amazonite::CloudFormation::DescribeChangeSetHooksInput

Defined in:

cloudformation/describe_change_set_hooks_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, logical_resource_id : 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 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 logical_resource_id : String | Nil #

If specified, lists only the Hooks related to the specified LogicalResourceId.


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

If specified, lists only the Hooks related to the specified LogicalResourceId.


[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 stack 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 stack 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]