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.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def cvss @cvss end |
#reference_urls ⇒ ::Array[::String]
Returns the value of attribute reference_urls.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def reference_urls @reference_urls end |
#related_vulnerabilities ⇒ ::Array[::String]
Returns the value of attribute related_vulnerabilities.
1771 1772 1773 |
# File 'sig/types.rbs', line 1771 def @related_vulnerabilities end |
#source ⇒ ::String
Returns the value of attribute source.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def source @source end |
#source_url ⇒ ::String
Returns the value of attribute source_url.
1772 1773 1774 |
# File 'sig/types.rbs', line 1772 def source_url @source_url end |
#vendor_created_at ⇒ ::Time
Returns the value of attribute vendor_created_at.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def vendor_created_at @vendor_created_at end |
#vendor_severity ⇒ ::String
Returns the value of attribute vendor_severity.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def vendor_severity @vendor_severity end |
#vendor_updated_at ⇒ ::Time
Returns the value of attribute vendor_updated_at.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def vendor_updated_at @vendor_updated_at end |
#vulnerability_id ⇒ ::String
Returns the value of attribute vulnerability_id.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def vulnerability_id @vulnerability_id end |
#vulnerable_packages ⇒ ::Array[Types::VulnerablePackage]
Returns the value of attribute vulnerable_packages.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def vulnerable_packages @vulnerable_packages end |