class Amazonite::CloudWatchLogs::GetLogEventsResponse

Included Modules

Defined in:

cloudwatch_logs/get_log_events_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(events : Array(OutputLogEvent) | Nil = nil, next_forward_token : String | Nil = nil, next_backward_token : String | 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 events : Array(OutputLogEvent) | Nil #

The events.


[View source]
def events=(events : Array(OutputLogEvent) | Nil) #

The events.


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

See Object#hash(hasher)


def next_backward_token : String | Nil #

The token for the next set of items in the backward direction. The token expires after 24 hours. This token is not null. If you have reached the end of the stream, it returns the same token you passed in.


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

The token for the next set of items in the backward direction. The token expires after 24 hours. This token is not null. If you have reached the end of the stream, it returns the same token you passed in.


[View source]
def next_forward_token : String | Nil #

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it returns the same token you passed in.


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

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it returns the same token you passed in.


[View source]
def validate! : Nil #

[View source]