class Amazonite::CloudWatchLogs::GetLogObjectResponseStream

Overview

A stream of structured log data returned by the GetLogObject operation. This stream contains log events with their associated metadata and extracted fields.

Included Modules

Defined in:

cloudwatch_logs/get_log_object_response_stream.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(fields : FieldsData | 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 fields : FieldsData | Nil #

[View source]
def fields=(fields : FieldsData | Nil) #

[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def validate! : Nil #

[View source]