class
Amazonite::Lambda::FilterCriteria
- Amazonite::Lambda::FilterCriteria
- Reference
- Object
Overview
An object that contains the filters for an event source.
Included Modules
- JSON::Serializable
Defined in:
lambda/filter_criteria.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#filters : Array(Filter) | Nil
A list of filters.
-
#filters=(filters : Array(Filter) | Nil)
A list of filters.
-
#hash(hasher)
See
Object#hash(hasher) - #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?.