Class: Aws::Types::CodeLocation
- Inherits:
-
Object
- Object
- Aws::Types::CodeLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_path ⇒ ::String
Returns the value of attribute file_path.
-
#label ⇒ ::String
Returns the value of attribute label.
-
#line_end ⇒ ::Integer
Returns the value of attribute line_end.
-
#line_start ⇒ ::Integer
Returns the value of attribute line_start.
Instance Attribute Details
#file_path ⇒ ::String
Returns the value of attribute file_path.
433 434 435 |
# File 'sig/types.rbs', line 433 def file_path @file_path end |
#label ⇒ ::String
Returns the value of attribute label.
436 437 438 |
# File 'sig/types.rbs', line 436 def label @label end |
#line_end ⇒ ::Integer
Returns the value of attribute line_end.
435 436 437 |
# File 'sig/types.rbs', line 435 def line_end @line_end end |
#line_start ⇒ ::Integer
Returns the value of attribute line_start.
434 435 436 |
# File 'sig/types.rbs', line 434 def line_start @line_start end |