Class: Aws::Types::QueryCompileErrorLocation
- Inherits:
-
Object
- Object
- Aws::Types::QueryCompileErrorLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_char_offset ⇒ ::Integer
Returns the value of attribute end_char_offset.
-
#start_char_offset ⇒ ::Integer
Returns the value of attribute start_char_offset.
Instance Attribute Details
#end_char_offset ⇒ ::Integer
Returns the value of attribute end_char_offset.
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.
1953 1954 1955 |
# File 'sig/types.rbs', line 1953 def start_char_offset @start_char_offset end |