Class: Aws::Types::QueryCompileErrorLocation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_char_offset::Integer

Returns the value of attribute end_char_offset.

Returns:

  • (::Integer)


1954
1955
1956
# File 'sig/types.rbs', line 1954

def end_char_offset
  @end_char_offset
end

#start_char_offset::Integer

Returns the value of attribute start_char_offset.

Returns:

  • (::Integer)


1953
1954
1955
# File 'sig/types.rbs', line 1953

def start_char_offset
  @start_char_offset
end