class Amazonite::Lambda::Filter

Overview

A structure within a FilterCriteria object that defines an event filtering pattern.

Included Modules

Defined in:

lambda/filter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(pattern : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def pattern : String | Nil #

A filter pattern. For more information on the syntax of a filter pattern, see Filter rule syntax.


[View source]
def pattern=(pattern : String | Nil) #

A filter pattern. For more information on the syntax of a filter pattern, see Filter rule syntax.


[View source]
def validate! : Nil #

[View source]