class Amazonite::CloudWatchLogs::FilterLogEventsResponse

Included Modules

Defined in:

cloudwatch_logs/filter_log_events_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(events : Array(FilteredLogEvent) | Nil = nil, searched_log_streams : Array(SearchedLogStream) | Nil = nil, next_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(FilteredLogEvent) | Nil #

The matched events.


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

The matched events.


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

See Object#hash(hasher)


def next_token : String | Nil #

The token for the next set of items in the sorting direction specified by the startFromHead parameter in the first request. The token expires after 24 hours.

If the results don't include a nextToken, then pagination is finished.


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

The token for the next set of items in the sorting direction specified by the startFromHead parameter in the first request. The token expires after 24 hours.

If the results don't include a nextToken, then pagination is finished.


[View source]
def searched_log_streams : Array(SearchedLogStream) | Nil #

Important As of May 15, 2020, this parameter is no longer supported. This parameter returns an empty list.

Indicates which log streams have been searched and whether each has been searched completely.


[View source]
def searched_log_streams=(searched_log_streams : Array(SearchedLogStream) | Nil) #

Important As of May 15, 2020, this parameter is no longer supported. This parameter returns an empty list.

Indicates which log streams have been searched and whether each has been searched completely.


[View source]
def validate! : Nil #

[View source]