class
Amazonite::CloudWatchLogs::SearchedLogStream
- Amazonite::CloudWatchLogs::SearchedLogStream
- Reference
- Object
Overview
Represents the search status of a log stream.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/searched_log_stream.crConstructors
- .new(pull : JSON::PullParser)
- .new(log_stream_name : String | Nil = nil, searched_completely : Bool | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#log_stream_name : String | Nil
The name of the log stream.
-
#log_stream_name=(log_stream_name : String | Nil)
The name of the log stream.
-
#searched_completely : Bool | Nil
Indicates whether all the events in this log stream were searched.
-
#searched_completely=(searched_completely : Bool | Nil)
Indicates whether all the events in this log stream were searched.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def searched_completely : Bool | Nil
#
Indicates whether all the events in this log stream were searched.
def searched_completely=(searched_completely : Bool | Nil)
#
Indicates whether all the events in this log stream were searched.