class
Amazonite::CloudFormation::StackSetOperationStatusDetails
- Amazonite::CloudFormation::StackSetOperationStatusDetails
- Reference
- Object
Overview
Detailed information about the StackSet operation.
Defined in:
cloudformation/stack_set_operation_status_details.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#failed_stack_instances_count : Int32 | Nil
The number of stack instances for which the StackSet operation failed.
-
#failed_stack_instances_count=(failed_stack_instances_count : Int32 | Nil)
The number of stack instances for which the StackSet operation failed.
-
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
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.
def failed_stack_instances_count=(failed_stack_instances_count : Int32 | Nil)
#
The number of stack instances for which the StackSet operation failed.