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)


1956
1957
1958
# File 'sig/types.rbs', line 1956

def end_char_offset
  @end_char_offset
end

#start_char_offset::Integer

Returns the value of attribute start_char_offset.

Returns:

  • (::Integer)


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

def start_char_offset
  @start_char_offset
end