class
Amazonite::CloudWatchLogs::OutputLogEvent
- Amazonite::CloudWatchLogs::OutputLogEvent
- Reference
- Object
Overview
Represents a log event.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/output_log_event.crConstructors
- .new(pull : JSON::PullParser)
- .new(timestamp : Int64 | Nil = nil, message : String | Nil = nil, ingestion_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. -
#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. -
#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 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.