class Amazonite::CloudFormation::DescribeChangeSetHooksOutput

Defined in:

cloudformation/describe_change_set_hooks_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(change_set_id : String | Nil = nil, change_set_name : String | Nil = nil, hooks : Array(ChangeSetHook) | Nil = nil, status : ChangeSetHooksStatus | Nil = nil, next_token : String | Nil = nil, stack_id : String | Nil = nil, 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_id : String | Nil #

The change set identifier (stack ID).


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

The change set identifier (stack ID).


[View source]
def change_set_name : String | Nil #

The change set name.


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

The change set name.


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

See Object#hash(hasher)


def hooks : Array(ChangeSetHook) | Nil #

List of Hook objects.


[View source]
def hooks=(hooks : Array(ChangeSetHook) | Nil) #

List of Hook objects.


[View source]
def next_token : String | Nil #

Pagination token, null or empty if no more results.


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

Pagination token, null or empty if no more results.


[View source]
def stack_id : String | Nil #

The stack identifier (stack ID).


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

The stack identifier (stack ID).


[View source]
def stack_name : String | Nil #

The stack name.


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

The stack name.


[View source]
def status : ChangeSetHooksStatus | Nil #

Provides the status of the change set Hook.


[View source]
def status=(status : ChangeSetHooksStatus | Nil) #

Provides the status of the change set Hook.


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

[View source]
def validate! : Nil #

[View source]