class
Amazonite::CloudWatchLogs::FilteredLogEvent
- Amazonite::CloudWatchLogs::FilteredLogEvent
- Reference
- Object
Overview
Represents a matched event.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/filtered_log_event.crConstructors
- .new(pull : JSON::PullParser)
- .new(log_stream_name : String | Nil = nil, timestamp : Int64 | Nil = nil, message : String | Nil = nil, ingestion_time : Int64 | Nil = nil, event_id : 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. -
#event_id : String | Nil
The ID of the event.
-
#event_id=(event_id : String | Nil)
The ID of the event.
-
#hash(hasher)
See
Object#hash(hasher) -
#ingestion_time : Int64 | Nil
The time the event was ingested, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. -
#ingestion_time=(ingestion_time : Int64 | Nil)
The time the event was ingested, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. -
#log_stream_name : String | Nil
The name of the log stream to which this event belongs.
-
#log_stream_name=(log_stream_name : String | Nil)
The name of the log stream to which this event belongs.
-
#message : String | Nil
The data contained in the log event.
-
#message=(message : String | Nil)
The data contained in the log event.
-
#timestamp : Int64 | Nil
The time the event occurred, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. -
#timestamp=(timestamp : Int64 | Nil)
The time the event occurred, 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 time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
The name of the log stream to which this event belongs.
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.