Class: Aws::Types::CodeFilePath
- Inherits:
-
Object
- Object
- Aws::Types::CodeFilePath
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_line ⇒ ::Integer
Returns the value of attribute end_line.
-
#file_name ⇒ ::String
Returns the value of attribute file_name.
-
#file_path ⇒ ::String
Returns the value of attribute file_path.
-
#start_line ⇒ ::Integer
Returns the value of attribute start_line.
Instance Attribute Details
#end_line ⇒ ::Integer
Returns the value of attribute end_line.
647 648 649 |
# File 'sig/types.rbs', line 647 def end_line @end_line end |
#file_name ⇒ ::String
Returns the value of attribute file_name.
644 645 646 |
# File 'sig/types.rbs', line 644 def file_name @file_name end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
645 646 647 |
# File 'sig/types.rbs', line 645 def file_path @file_path end |
#start_line ⇒ ::Integer
Returns the value of attribute start_line.
646 647 648 |
# File 'sig/types.rbs', line 646 def start_line @start_line end |