class
Amazonite::Ssm::OpsItemFilter
- Amazonite::Ssm::OpsItemFilter
- Reference
- Object
Overview
Describes an OpsItem filter.
Included Modules
- JSON::Serializable
Defined in:
ssm/ops_item_filter.crConstructors
- .new(key : OpsItemFilterKey, values : Array(String), operator : OpsItemFilterOperator)
- .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 : OpsItemFilterKey
The name of the filter.
-
#key=(key : OpsItemFilterKey)
The name of the filter.
-
#operator : OpsItemFilterOperator
The operator used by the filter call.
-
#operator=(operator : OpsItemFilterOperator)
The operator used by the filter call.
- #validate! : Nil
-
#values : Array(String)
The filter value.
-
#values=(values : Array(String))
The filter value.
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?.