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.
5929 5930 5931 5932 5933 5934 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 5929 class QueryCompileErrorLocation < Struct.new( :start_char_offset, :end_char_offset) SENSITIVE = [] include Aws::Structure end |
#start_char_offset ⇒ Integer
Reserved.
5929 5930 5931 5932 5933 5934 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 5929 class QueryCompileErrorLocation < Struct.new( :start_char_offset, :end_char_offset) SENSITIVE = [] include Aws::Structure end |