class
Amazonite::Ssm::ParametersFilter
- Amazonite::Ssm::ParametersFilter
- Reference
- Object
Overview
This data type is deprecated. Instead, use ParameterStringFilter.
Included Modules
- JSON::Serializable
Defined in:
ssm/parameters_filter.crConstructors
- .new(key : ParametersFilterKey, values : Array(String))
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key : ParametersFilterKey
The name of the filter.
-
#key=(key : ParametersFilterKey)
The name of the filter.
- #validate! : Nil
-
#values : Array(String)
The filter values.
-
#values=(values : Array(String))
The filter values.
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?.