class
Amazonite::CloudFormation::TemplateParameter
- Amazonite::CloudFormation::TemplateParameter
- Reference
- Object
Overview
The TemplateParameter data type.
Defined in:
cloudformation/template_parameter.crConstructors
- .from_xml(node : XML::Node) : self
- .new(parameter_key : String | Nil = nil, default_value : String | Nil = nil, no_echo : Bool | Nil = nil, description : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#default_value : String | Nil
The default value associated with the parameter.
-
#default_value=(default_value : String | Nil)
The default value associated with the parameter.
-
#description : String | Nil
User defined description associated with the parameter.
-
#description=(description : String | Nil)
User defined description associated with the parameter.
-
#hash(hasher)
See
Object#hash(hasher) -
#no_echo : Bool | Nil
Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
-
#no_echo=(no_echo : Bool | Nil)
Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
-
#parameter_key : String | Nil
The name associated with the parameter.
-
#parameter_key=(parameter_key : String | Nil)
The name associated with the parameter.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
User defined description associated with the parameter.
Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
Flag indicating whether the parameter should be displayed as plain text in logs and UIs.