class Amazonite::CloudWatchLogs::StartLiveTailResponseStream

Overview

This object includes the stream returned by your StartLiveTail request.

Included Modules

Defined in:

cloudwatch_logs/start_live_tail_response_stream.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(session_start : LiveTailSessionStart | Nil = nil, session_update : LiveTailSessionUpdate | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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 session_start : LiveTailSessionStart | Nil #

This object contains information about this Live Tail session, including the log groups included and the log stream filters, if any.


[View source]
def session_start=(session_start : LiveTailSessionStart | Nil) #

This object contains information about this Live Tail session, including the log groups included and the log stream filters, if any.


[View source]
def session_update : LiveTailSessionUpdate | Nil #

This object contains the log events and session metadata.


[View source]
def session_update=(session_update : LiveTailSessionUpdate | Nil) #

This object contains the log events and session metadata.


[View source]
def validate! : Nil #

[View source]