Class: Aws::Types::PackageVulnerabilityDetails
- Inherits:
-
Object
- Object
- Aws::Types::PackageVulnerabilityDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cvss ⇒ ::Array[Types::CvssScore]
Returns the value of attribute cvss.
-
#reference_urls ⇒ ::Array[::String]
Returns the value of attribute reference_urls.
-
#related_vulnerabilities ⇒ ::Array[::String]
Returns the value of attribute related_vulnerabilities.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#source_url ⇒ ::String
Returns the value of attribute source_url.
-
#vendor_created_at ⇒ ::Time
Returns the value of attribute vendor_created_at.
-
#vendor_severity ⇒ ::String
Returns the value of attribute vendor_severity.
-
#vendor_updated_at ⇒ ::Time
Returns the value of attribute vendor_updated_at.
-
#vulnerability_id ⇒ ::String
Returns the value of attribute vulnerability_id.
-
#vulnerable_packages ⇒ ::Array[Types::VulnerablePackage]
Returns the value of attribute vulnerable_packages.
Instance Attribute Details
#cvss ⇒ ::Array[Types::CvssScore]
Returns the value of attribute cvss.
2269 2270 2271 |
# File 'sig/types.rbs', line 2269 def cvss @cvss end |
#reference_urls ⇒ ::Array[::String]
Returns the value of attribute reference_urls.
2275 2276 2277 |
# File 'sig/types.rbs', line 2275 def reference_urls @reference_urls end |
#related_vulnerabilities ⇒ ::Array[::String]
Returns the value of attribute related_vulnerabilities.
2270 2271 2272 |
# File 'sig/types.rbs', line 2270 def @related_vulnerabilities end |
#source ⇒ ::String
Returns the value of attribute source.
2268 2269 2270 |
# File 'sig/types.rbs', line 2268 def source @source end |
#source_url ⇒ ::String
Returns the value of attribute source_url.
2271 2272 2273 |
# File 'sig/types.rbs', line 2271 def source_url @source_url end |
#vendor_created_at ⇒ ::Time
Returns the value of attribute vendor_created_at.
2273 2274 2275 |
# File 'sig/types.rbs', line 2273 def vendor_created_at @vendor_created_at end |
#vendor_severity ⇒ ::String
Returns the value of attribute vendor_severity.
2272 2273 2274 |
# File 'sig/types.rbs', line 2272 def vendor_severity @vendor_severity end |
#vendor_updated_at ⇒ ::Time
Returns the value of attribute vendor_updated_at.
2274 2275 2276 |
# File 'sig/types.rbs', line 2274 def vendor_updated_at @vendor_updated_at end |
#vulnerability_id ⇒ ::String
Returns the value of attribute vulnerability_id.
2266 2267 2268 |
# File 'sig/types.rbs', line 2266 def vulnerability_id @vulnerability_id end |
#vulnerable_packages ⇒ ::Array[Types::VulnerablePackage]
Returns the value of attribute vulnerable_packages.
2267 2268 2269 |
# File 'sig/types.rbs', line 2267 def vulnerable_packages @vulnerable_packages end |