class Amazonite::CloudFormation::DescribeEventsInput

Defined in:

cloudformation/describe_events_input.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(stack_name : String | Nil = nil, change_set_name : String | Nil = nil, operation_id : String | Nil = nil, filters : EventFilter | Nil = nil, next_token : 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 | Nil #

The name or Amazon Resource Name (ARN) of the change set for which you want to retrieve events.


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

The name or Amazon Resource Name (ARN) of the change set for which you want to retrieve events.


[View source]
def filters : EventFilter | Nil #

Filters to apply when retrieving events.


[View source]
def filters=(filters : EventFilter | Nil) #

Filters to apply when retrieving events.


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

See Object#hash(hasher)


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 operation_id : String | Nil #

The unique identifier of the operation for which you want to retrieve events.


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

The unique identifier of the operation for which you want to retrieve events.


[View source]
def stack_name : String | Nil #

The name or unique stack ID for which you want to retrieve events. 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) #

The name or unique stack ID for which you want to retrieve events. 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]