Class: Aws::CodeGuruSecurity::Types::Vulnerability
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::Vulnerability
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codegurusecurity/types.rb
Overview
Information about a security vulnerability that Amazon CodeGuru Security detected.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_path ⇒ Types::FilePath
An object that describes the location of the detected security vulnerability in your code.
-
#id ⇒ String
The identifier for the vulnerability.
-
#item_count ⇒ Integer
The number of times the vulnerability appears in your code.
-
#reference_urls ⇒ Array<String>
One or more URL addresses that contain details about a vulnerability.
-
#related_vulnerabilities ⇒ Array<String>
One or more vulnerabilities that are related to the vulnerability being described.
Instance Attribute Details
#file_path ⇒ Types::FilePath
An object that describes the location of the detected security vulnerability in your code.
1312 1313 1314 1315 1316 1317 1318 1319 1320 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 1312 class Vulnerability < Struct.new( :file_path, :id, :item_count, :reference_urls, :related_vulnerabilities) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier for the vulnerability.
1312 1313 1314 1315 1316 1317 1318 1319 1320 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 1312 class Vulnerability < Struct.new( :file_path, :id, :item_count, :reference_urls, :related_vulnerabilities) SENSITIVE = [] include Aws::Structure end |
#item_count ⇒ Integer
The number of times the vulnerability appears in your code.
1312 1313 1314 1315 1316 1317 1318 1319 1320 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 1312 class Vulnerability < Struct.new( :file_path, :id, :item_count, :reference_urls, :related_vulnerabilities) SENSITIVE = [] include Aws::Structure end |
#reference_urls ⇒ Array<String>
One or more URL addresses that contain details about a vulnerability.
1312 1313 1314 1315 1316 1317 1318 1319 1320 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 1312 class Vulnerability < Struct.new( :file_path, :id, :item_count, :reference_urls, :related_vulnerabilities) SENSITIVE = [] include Aws::Structure end |
#related_vulnerabilities ⇒ Array<String>
One or more vulnerabilities that are related to the vulnerability being described.
1312 1313 1314 1315 1316 1317 1318 1319 1320 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 1312 class Vulnerability < Struct.new( :file_path, :id, :item_count, :reference_urls, :related_vulnerabilities) SENSITIVE = [] include Aws::Structure end |