class
Amazonite::CloudWatch::DimensionFilter
- Amazonite::CloudWatch::DimensionFilter
- Reference
- Object
Overview
Represents filters for a dimension.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/dimension_filter.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : String, value : String | Nil = nil)
- .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) -
#name : String
The dimension name to be matched.
-
#name=(name : String)
The dimension name to be matched.
- #validate! : Nil
-
#value : String | Nil
The value of the dimension to be matched.
-
#value=(value : String | Nil)
The value of the dimension to be matched.
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?.