class
Amazonite::CloudFormation::Output
- Amazonite::CloudFormation::Output
- Reference
- Object
Overview
The Output data type.
Defined in:
cloudformation/output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(output_key : String | Nil = nil, output_value : String | Nil = nil, description : String | Nil = nil, export_name : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#description : String | Nil
User defined description associated with the output.
-
#description=(description : String | Nil)
User defined description associated with the output.
-
#export_name : String | Nil
The name of the export associated with the output.
-
#export_name=(export_name : String | Nil)
The name of the export associated with the output.
-
#hash(hasher)
See
Object#hash(hasher) -
#output_key : String | Nil
The key associated with the output.
-
#output_key=(output_key : String | Nil)
The key associated with the output.
-
#output_value : String | Nil
The value associated with the output.
-
#output_value=(output_value : String | Nil)
The value associated with the output.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
def self.new(output_key : String | Nil = nil, output_value : String | Nil = nil, description : String | Nil = nil, export_name : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.