class Amazonite::CloudFormation::StackSetOperationStatusDetails

Overview

Detailed information about the StackSet operation.

Defined in:

cloudformation/stack_set_operation_status_details.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(failed_stack_instances_count : Int32 | 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 failed_stack_instances_count : Int32 | Nil #

The number of stack instances for which the StackSet operation failed.


[View source]
def failed_stack_instances_count=(failed_stack_instances_count : Int32 | Nil) #

The number of stack instances for which the StackSet operation failed.


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

See Object#hash(hasher)


def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]