Class: Aws::CloudWatchLogs::Types::QueryCompileErrorLocation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Reserved.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_char_offsetInteger

Reserved.

Returns:

  • (Integer)


4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4293

class QueryCompileErrorLocation < Struct.new(
  :start_char_offset,
  :end_char_offset)
  SENSITIVE = []
  include Aws::Structure
end

#start_char_offsetInteger

Reserved.

Returns:

  • (Integer)


4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4293

class QueryCompileErrorLocation < Struct.new(
  :start_char_offset,
  :end_char_offset)
  SENSITIVE = []
  include Aws::Structure
end