Class: Aws::CloudWatchLogs::Types::SearchedLogStream
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::SearchedLogStream
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Represents the search status of a log stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_stream_name ⇒ String
The name of the log stream.
-
#searched_completely ⇒ Boolean
Indicates whether all the events in this log stream were searched.
Instance Attribute Details
#log_stream_name ⇒ String
The name of the log stream.
4871 4872 4873 4874 4875 4876 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4871 class SearchedLogStream < Struct.new( :log_stream_name, :searched_completely) SENSITIVE = [] include Aws::Structure end |
#searched_completely ⇒ Boolean
Indicates whether all the events in this log stream were searched.
4871 4872 4873 4874 4875 4876 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4871 class SearchedLogStream < Struct.new( :log_stream_name, :searched_completely) SENSITIVE = [] include Aws::Structure end |