class
Amazonite::Ssm::OpsMetadataFilter
- Amazonite::Ssm::OpsMetadataFilter
- Reference
- Object
Overview
A filter to limit the number of OpsMetadata objects displayed.
Included Modules
- JSON::Serializable
Defined in:
ssm/ops_metadata_filter.crConstructors
- .new(key : String, 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 : String
A filter key.
-
#key=(key : String)
A filter key.
- #validate! : Nil
-
#values : Array(String)
A filter value.
-
#values=(values : Array(String))
A 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?.