class Amazonite::CloudWatchLogs::ImportFilter

Overview

The filter criteria used for import tasks

Included Modules

Defined in:

cloudwatch_logs/import_filter.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(start_event_time : Int64 | Nil = nil, end_event_time : Int64 | 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 end_event_time : Int64 | Nil #

The end of the time range for events to import, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.


[View source]
def end_event_time=(end_event_time : Int64 | Nil) #

The end of the time range for events to import, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def start_event_time : Int64 | Nil #

The start of the time range for events to import, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.


[View source]
def start_event_time=(start_event_time : Int64 | Nil) #

The start of the time range for events to import, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.


[View source]
def validate! : Nil #

[View source]