Class: Aws::Types::CodeVulnerabilitiesFilePath
- Inherits:
-
Object
- Object
- Aws::Types::CodeVulnerabilitiesFilePath
- 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.
4971 4972 4973 |
# File 'sig/types.rbs', line 4971 def end_line @end_line end |
#file_name ⇒ ::String
Returns the value of attribute file_name.
4972 4973 4974 |
# File 'sig/types.rbs', line 4972 def file_name @file_name end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
4973 4974 4975 |
# File 'sig/types.rbs', line 4973 def file_path @file_path end |
#start_line ⇒ ::Integer
Returns the value of attribute start_line.
4974 4975 4976 |
# File 'sig/types.rbs', line 4974 def start_line @start_line end |