class
Amazonite::CloudFormation::UpdateStackOutput
- Amazonite::CloudFormation::UpdateStackOutput
- Reference
- Object
Overview
The output for an UpdateStack action.
Defined in:
cloudformation/update_stack_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_id : String | Nil = nil, operation_id : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#operation_id : String | Nil
A unique identifier for this update operation that can be used to track the operation's progress and events.
-
#operation_id=(operation_id : String | Nil)
A unique identifier for this update operation that can be used to track the operation's progress and events.
-
#stack_id : String | Nil
Unique identifier of the stack.
-
#stack_id=(stack_id : String | Nil)
Unique identifier of the stack.
- #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 operation_id : String | Nil
#
A unique identifier for this update operation that can be used to track the operation's progress and events.
def operation_id=(operation_id : String | Nil)
#
A unique identifier for this update operation that can be used to track the operation's progress and events.