class
Amazonite::CloudWatchLogs::InputLogEvent
- Amazonite::CloudWatchLogs::InputLogEvent
- Reference
- Object
Overview
Represents a log event, which is a record of activity that was recorded by the application or resource being monitored.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/input_log_event.crConstructors
- .new(timestamp : Int64, message : String)
- .new(pull : JSON::PullParser)
- .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) -
#message : String
The raw event message.
-
#message=(message : String)
The raw event message.
-
#timestamp : Int64
The time the event occurred, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. -
#timestamp=(timestamp : Int64)
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
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def timestamp : Int64
#
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
def timestamp=(timestamp : Int64)
#
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.