class
Amazonite::CloudWatchLogs::LiveTailSessionLogEvent
- Amazonite::CloudWatchLogs::LiveTailSessionLogEvent
- Reference
- Object
Overview
This object contains the information for one log event returned in a Live Tail stream.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/live_tail_session_log_event.crConstructors
- .new(pull : JSON::PullParser)
- .new(log_stream_name : String | Nil = nil, log_group_identifier : String | Nil = nil, message : String | Nil = nil, timestamp : Int64 | Nil = nil, ingestion_time : Int64 | Nil = nil)
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 timestamp specifying when this log event was ingested into the log group.
-
#ingestion_time=(ingestion_time : Int64 | Nil)
The timestamp specifying when this log event was ingested into the log group.
-
#log_group_identifier : String | Nil
The name or ARN of the log group that ingested this log event.
-
#log_group_identifier=(log_group_identifier : String | Nil)
The name or ARN of the log group that ingested this log event.
-
#log_stream_name : String | Nil
The name of the log stream that ingested this log event.
-
#log_stream_name=(log_stream_name : String | Nil)
The name of the log stream that ingested this log event.
-
#message : String | Nil
The log event message text.
-
#message=(message : String | Nil)
The log event message text.
-
#timestamp : Int64 | Nil
The timestamp specifying when this log event was created.
-
#timestamp=(timestamp : Int64 | Nil)
The timestamp specifying when this log event was created.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The timestamp specifying when this log event was ingested into the log group.
The timestamp specifying when this log event was ingested into the log group.
The name or ARN of the log group that ingested this log event.
The name or ARN of the log group that ingested this log event.
The name of the log stream that ingested this log event.