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.
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.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def start_char_offset @start_char_offset end |