Class: Aws::CloudWatchLogs::Types::QueryCompileErrorLocation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatchLogs::Types::QueryCompileErrorLocation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudwatchlogs/types.rb
 
Overview
Reserved.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #end_char_offset  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Reserved.
 - 
  
    
      #start_char_offset  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Reserved.
 
Instance Attribute Details
#end_char_offset ⇒ Integer
Reserved.
      4567 4568 4569 4570 4571 4572  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4567 class QueryCompileErrorLocation < Struct.new( :start_char_offset, :end_char_offset) SENSITIVE = [] include Aws::Structure end  | 
  
#start_char_offset ⇒ Integer
Reserved.
      4567 4568 4569 4570 4571 4572  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4567 class QueryCompileErrorLocation < Struct.new( :start_char_offset, :end_char_offset) SENSITIVE = [] include Aws::Structure end  |