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.
435 436 437 |
# File 'sig/types.rbs', line 435 def file_path @file_path end |
#label ⇒ ::String
Returns the value of attribute label.
438 439 440 |
# File 'sig/types.rbs', line 438 def label @label end |
#line_end ⇒ ::Integer
Returns the value of attribute line_end.
437 438 439 |
# File 'sig/types.rbs', line 437 def line_end @line_end end |
#line_start ⇒ ::Integer
Returns the value of attribute line_start.
436 437 438 |
# File 'sig/types.rbs', line 436 def line_start @line_start end |