class
Amazonite::CloudFormation::ParameterDeclaration
- Amazonite::CloudFormation::ParameterDeclaration
- Reference
- Object
Overview
The ParameterDeclaration data type.
Defined in:
cloudformation/parameter_declaration.crConstructors
- .from_xml(node : XML::Node) : self
- .new(parameter_key : String | Nil = nil, default_value : String | Nil = nil, parameter_type : String | Nil = nil, no_echo : Bool | Nil = nil, description : String | Nil = nil, parameter_constraints : ParameterConstraints | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#default_value : String | Nil
The default value of the parameter.
-
#default_value=(default_value : String | Nil)
The default value of the parameter.
-
#description : String | Nil
The description that's associate with the parameter.
-
#description=(description : String | Nil)
The description that's associate with the parameter.
-
#hash(hasher)
See
Object#hash(hasher) -
#no_echo : Bool | Nil
Flag that indicates whether the parameter value is shown as plain text in logs and in the Amazon Web Services Management Console.
-
#no_echo=(no_echo : Bool | Nil)
Flag that indicates whether the parameter value is shown as plain text in logs and in the Amazon Web Services Management Console.
-
#parameter_constraints : ParameterConstraints | Nil
The criteria that CloudFormation uses to validate parameter values.
-
#parameter_constraints=(parameter_constraints : ParameterConstraints | Nil)
The criteria that CloudFormation uses to validate parameter values.
-
#parameter_key : String | Nil
The name that's associated with the parameter.
-
#parameter_key=(parameter_key : String | Nil)
The name that's associated with the parameter.
-
#parameter_type : String | Nil
The type of parameter.
-
#parameter_type=(parameter_type : String | Nil)
The type of 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?.
Flag that indicates whether the parameter value is shown as plain text in logs and in the Amazon Web Services Management Console.
Flag that indicates whether the parameter value is shown as plain text in logs and in the Amazon Web Services Management Console.
The criteria that CloudFormation uses to validate parameter values.
The criteria that CloudFormation uses to validate parameter values.