class
Amazonite::CloudFormation::OperationEntry
- Amazonite::CloudFormation::OperationEntry
- Reference
- Object
Overview
Contains information about a CloudFormation operation.
Defined in:
cloudformation/operation_entry.crConstructors
- .from_xml(node : XML::Node) : self
- .new(operation_type : OperationType | 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
The unique identifier for the operation.
-
#operation_id=(operation_id : String | Nil)
The unique identifier for the operation.
-
#operation_type : OperationType | Nil
The type of operation.
-
#operation_type=(operation_type : OperationType | Nil)
The type of 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?.