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.
      4853 4854 4855 4856 4857 4858  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4853 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.
      4853 4854 4855 4856 4857 4858  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4853 class SearchedLogStream < Struct.new( :log_stream_name, :searched_completely) SENSITIVE = [] include Aws::Structure end  |