class
Amazonite::CloudWatchLogs::ImportFilter
- Amazonite::CloudWatchLogs::ImportFilter
- Reference
- Object
Overview
The filter criteria used for import tasks
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/import_filter.crConstructors
- .new(pull : JSON::PullParser)
- .new(start_event_time : Int64 | Nil = nil, end_event_time : Int64 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#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.
-
#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.
-
#hash(hasher)
See
Object#hash(hasher) -
#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.
-
#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.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The end of the time range for events to import, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
The end of the time range for events to import, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
The start of the time range for events to import, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
The start of the time range for events to import, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.