Method: Aws::SecurityHub::Types::CodeVulnerabilitiesFilePath#end_line

Defined in:
lib/aws-sdk-securityhub/types.rb

#end_lineInteger

The line number of the last line of code in which the vulnerability is located.

Returns:

  • (Integer)


21796
21797
21798
21799
21800
21801
21802
21803
# File 'lib/aws-sdk-securityhub/types.rb', line 21796

class CodeVulnerabilitiesFilePath < Struct.new(
  :end_line,
  :file_name,
  :file_path,
  :start_line)
  SENSITIVE = []
  include Aws::Structure
end