class
Amazonite::CloudFormation::DescribeStackSetOperationOutput
- Amazonite::CloudFormation::DescribeStackSetOperationOutput
- Reference
- Object
Defined in:
cloudformation/describe_stack_set_operation_output.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#stack_set_operation : StackSetOperation | Nil
The specified StackSet operation.
-
#stack_set_operation=(stack_set_operation : StackSetOperation | Nil)
The specified StackSet operation.
- #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 stack_set_operation=(stack_set_operation : StackSetOperation | Nil)
#
The specified StackSet operation.