Class: Aws::Types::CodeErrorLocation
- Inherits:
-
Object
- Object
- Aws::Types::CodeErrorLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column ⇒ ::Integer
Returns the value of attribute column.
-
#line ⇒ ::Integer
Returns the value of attribute line.
-
#span ⇒ ::Integer
Returns the value of attribute span.
Instance Attribute Details
#column ⇒ ::Integer
Returns the value of attribute column.
189 190 191 |
# File 'sig/types.rbs', line 189 def column @column end |
#line ⇒ ::Integer
Returns the value of attribute line.
188 189 190 |
# File 'sig/types.rbs', line 188 def line @line end |
#span ⇒ ::Integer
Returns the value of attribute span.
190 191 192 |
# File 'sig/types.rbs', line 190 def span @span end |