class Amazonite::CloudWatchLogs::LiveTailSessionLogEvent

Overview

This object contains the information for one log event returned in a Live Tail stream.

Included Modules

Defined in:

cloudwatch_logs/live_tail_session_log_event.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.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) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def ingestion_time : Int64 | Nil #

The timestamp specifying when this log event was ingested into the log group.


[View source]
def ingestion_time=(ingestion_time : Int64 | Nil) #

The timestamp specifying when this log event was ingested into the log group.


[View source]
def log_group_identifier : String | Nil #

The name or ARN of the log group that ingested this log event.


[View source]
def log_group_identifier=(log_group_identifier : String | Nil) #

The name or ARN of the log group that ingested this log event.


[View source]
def log_stream_name : String | Nil #

The name of the log stream that ingested this log event.


[View source]
def log_stream_name=(log_stream_name : String | Nil) #

The name of the log stream that ingested this log event.


[View source]
def message : String | Nil #

The log event message text.


[View source]
def message=(message : String | Nil) #

The log event message text.


[View source]
def timestamp : Int64 | Nil #

The timestamp specifying when this log event was created.


[View source]
def timestamp=(timestamp : Int64 | Nil) #

The timestamp specifying when this log event was created.


[View source]
def validate! : Nil #

[View source]