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.
4585 4586 4587 4588 4589 4590 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4585 class QueryCompileErrorLocation < Struct.new( :start_char_offset, :end_char_offset) SENSITIVE = [] include Aws::Structure end |
#start_char_offset ⇒ Integer
Reserved.
4585 4586 4587 4588 4589 4590 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4585 class QueryCompileErrorLocation < Struct.new( :start_char_offset, :end_char_offset) SENSITIVE = [] include Aws::Structure end |