Class: Aws::CloudWatchLogs::Types::SearchedLogStream

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#log_stream_nameString

The name of the log stream.

Returns:

  • (String)


4507
4508
4509
4510
4511
4512
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4507

class SearchedLogStream < Struct.new(
  :log_stream_name,
  :searched_completely)
  SENSITIVE = []
  include Aws::Structure
end

#searched_completelyBoolean

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

Returns:

  • (Boolean)


4507
4508
4509
4510
4511
4512
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4507

class SearchedLogStream < Struct.new(
  :log_stream_name,
  :searched_completely)
  SENSITIVE = []
  include Aws::Structure
end