class
Amazonite::Ssm::OpsFilter
- Amazonite::Ssm::OpsFilter
- Reference
- Object
Overview
A filter for viewing OpsData summaries.
Included Modules
- JSON::Serializable
Defined in:
ssm/ops_filter.crConstructors
- .new(key : String, values : Array(String), type : OpsFilterOperatorType | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key : String
The name of the filter.
-
#key=(key : String)
The name of the filter.
-
#type : OpsFilterOperatorType | Nil
The type of filter.
-
#type=(type : OpsFilterOperatorType | Nil)
The type of filter.
- #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?.