class Amazonite::CloudWatchLogs::SearchedLogStream

Overview

Represents the search status of a log stream.

Included Modules

Defined in:

cloudwatch_logs/searched_log_stream.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(log_stream_name : String | Nil = nil, searched_completely : Bool | 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 log_stream_name : String | Nil #

The name of the log stream.


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

The name of the log stream.


[View source]
def searched_completely : Bool | Nil #

Indicates whether all the events in this log stream were searched.


[View source]
def searched_completely=(searched_completely : Bool | Nil) #

Indicates whether all the events in this log stream were searched.


[View source]
def validate! : Nil #

[View source]