class
Amazonite::Lambda::Filter
- Amazonite::Lambda::Filter
- Reference
- Object
Overview
A structure within a FilterCriteria object that defines an event filtering pattern.
Included Modules
- JSON::Serializable
Defined in:
lambda/filter.crConstructors
- .new(pull : JSON::PullParser)
- .new(pattern : 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) -
#pattern : String | Nil
A filter pattern.
-
#pattern=(pattern : String | Nil)
A filter pattern.
- #validate! : Nil
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?.
def pattern : String | Nil
#
A filter pattern. For more information on the syntax of a filter pattern, see Filter rule syntax.
def pattern=(pattern : String | Nil)
#
A filter pattern. For more information on the syntax of a filter pattern, see Filter rule syntax.