class
Amazonite::CloudFormation::ParameterConstraints
- Amazonite::CloudFormation::ParameterConstraints
- Reference
- Object
Overview
A set of criteria that CloudFormation uses to validate parameter values. Although other
constraints might be defined in the stack template, CloudFormation returns only the
AllowedValues property.
Defined in:
cloudformation/parameter_constraints.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#allowed_values : Array(String) | Nil
A list of values that are permitted for a parameter.
-
#allowed_values=(allowed_values : Array(String) | Nil)
A list of values that are permitted for a parameter.
-
#hash(hasher)
See
Object#hash(hasher) - #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 allowed_values=(allowed_values : Array(String) | Nil)
#
A list of values that are permitted for a parameter.