Class: Aws::CloudWatchLogs::Types::QueryCompileErrorLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::QueryCompileErrorLocation
- Defined in:
- gems/aws-sdk-cloudwatchlogs/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.
6640 6641 6642 6643 6644 6645 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 6640 class QueryCompileErrorLocation < Struct.new( :start_char_offset, :end_char_offset) SENSITIVE = [] include Aws::Structure end |
#start_char_offset ⇒ Integer
Reserved.
6640 6641 6642 6643 6644 6645 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 6640 class QueryCompileErrorLocation < Struct.new( :start_char_offset, :end_char_offset) SENSITIVE = [] include Aws::Structure end |