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.
453 454 455 |
# File 'sig/types.rbs', line 453 def file_path @file_path end |
#label ⇒ ::String
Returns the value of attribute label.
456 457 458 |
# File 'sig/types.rbs', line 456 def label @label end |
#line_end ⇒ ::Integer
Returns the value of attribute line_end.
455 456 457 |
# File 'sig/types.rbs', line 455 def line_end @line_end end |
#line_start ⇒ ::Integer
Returns the value of attribute line_start.
454 455 456 |
# File 'sig/types.rbs', line 454 def line_start @line_start end |