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.
894 895 896 |
# File 'sig/types.rbs', line 894 def cvss @cvss end |
#reference_urls ⇒ ::Array[::String]
Returns the value of attribute reference_urls.
895 896 897 |
# File 'sig/types.rbs', line 895 def reference_urls @reference_urls end |
#related_vulnerabilities ⇒ ::Array[::String]
Returns the value of attribute related_vulnerabilities.
896 897 898 |
# File 'sig/types.rbs', line 896 def @related_vulnerabilities end |
#source ⇒ ::String
Returns the value of attribute source.
897 898 899 |
# File 'sig/types.rbs', line 897 def source @source end |
#source_url ⇒ ::String
Returns the value of attribute source_url.
898 899 900 |
# File 'sig/types.rbs', line 898 def source_url @source_url end |
#vendor_created_at ⇒ ::Time
Returns the value of attribute vendor_created_at.
899 900 901 |
# File 'sig/types.rbs', line 899 def vendor_created_at @vendor_created_at end |
#vendor_severity ⇒ ::String
Returns the value of attribute vendor_severity.
900 901 902 |
# File 'sig/types.rbs', line 900 def vendor_severity @vendor_severity end |
#vendor_updated_at ⇒ ::Time
Returns the value of attribute vendor_updated_at.
901 902 903 |
# File 'sig/types.rbs', line 901 def vendor_updated_at @vendor_updated_at end |
#vulnerability_id ⇒ ::String
Returns the value of attribute vulnerability_id.
902 903 904 |
# File 'sig/types.rbs', line 902 def vulnerability_id @vulnerability_id end |
#vulnerable_packages ⇒ ::Array[Types::VulnerablePackage]
Returns the value of attribute vulnerable_packages.
903 904 905 |
# File 'sig/types.rbs', line 903 def vulnerable_packages @vulnerable_packages end |