Class: Aws::SecurityHub::Types::CodeVulnerabilitiesFilePath

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Provides details about where a code vulnerability is located in your Lambda function.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_lineInteger

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

Returns:

  • (Integer)


23073
23074
23075
23076
23077
23078
23079
23080
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23073

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

#file_nameString

The name of the file in which the code vulnerability is located.

Returns:

  • (String)


23073
23074
23075
23076
23077
23078
23079
23080
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23073

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

#file_pathString

The file path to the code in which the vulnerability is located.

Returns:

  • (String)


23073
23074
23075
23076
23077
23078
23079
23080
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23073

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

#start_lineInteger

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

Returns:

  • (Integer)


23073
23074
23075
23076
23077
23078
23079
23080
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23073

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