class
Amazonite::Ssm::AssociationFilter
- Amazonite::Ssm::AssociationFilter
- Reference
- Object
Overview
Describes a filter.
Included Modules
- JSON::Serializable
Defined in:
ssm/association_filter.crConstructors
- .new(key : AssociationFilterKey, value : 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 : AssociationFilterKey
The name of the filter.
-
#key=(key : AssociationFilterKey)
The name of the filter.
- #validate! : Nil
-
#value : String
The filter value.
-
#value=(value : 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?.