class Amazonite::CloudWatchLogs::GetLogObjectResponse

Overview

The response from the GetLogObject operation.

Included Modules

Defined in:

cloudwatch_logs/get_log_object_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

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


[View source]
def field_stream=(field_stream : GetLogObjectResponseStream | Nil) #

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


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

See Object#hash(hasher)


def validate! : Nil #

[View source]