class
Amazonite::CloudWatchLogs::LogEvent
- Amazonite::CloudWatchLogs::LogEvent
- Reference
- Object
Overview
This structure contains the information for one sample log event that is associated with an anomaly found by a log anomaly detector.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/log_event.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#message : String | Nil
The message content of the log event.
-
#message=(message : String | Nil)
The message content of the log event.
-
#timestamp : Int64 | Nil
The time stamp of the log event.
-
#timestamp=(timestamp : Int64 | Nil)
The time stamp of the log event.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.