Class: Aws::Types::Vulnerability
- Inherits:
-
Object
- Object
- Aws::Types::Vulnerability
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_vulnerabilities ⇒ ::Array[Types::VulnerabilityCodeVulnerabilities]
Returns the value of attribute code_vulnerabilities.
-
#cvss ⇒ ::Array[Types::Cvss]
Returns the value of attribute cvss.
-
#epss_score ⇒ ::Float
Returns the value of attribute epss_score.
-
#exploit_available ⇒ "YES", "NO"
Returns the value of attribute exploit_available.
-
#fix_available ⇒ "YES", ...
Returns the value of attribute fix_available.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_known_exploit_at ⇒ ::String
Returns the value of attribute last_known_exploit_at.
-
#reference_urls ⇒ ::Array[::String]
Returns the value of attribute reference_urls.
-
#related_vulnerabilities ⇒ ::Array[::String]
Returns the value of attribute related_vulnerabilities.
-
#vendor ⇒ Types::VulnerabilityVendor
Returns the value of attribute vendor.
-
#vulnerable_packages ⇒ ::Array[Types::SoftwarePackage]
Returns the value of attribute vulnerable_packages.
Instance Attribute Details
#code_vulnerabilities ⇒ ::Array[Types::VulnerabilityCodeVulnerabilities]
Returns the value of attribute code_vulnerabilities.
8146 8147 8148 |
# File 'sig/types.rbs', line 8146 def code_vulnerabilities @code_vulnerabilities end |
#cvss ⇒ ::Array[Types::Cvss]
Returns the value of attribute cvss.
8138 8139 8140 |
# File 'sig/types.rbs', line 8138 def cvss @cvss end |
#epss_score ⇒ ::Float
Returns the value of attribute epss_score.
8143 8144 8145 |
# File 'sig/types.rbs', line 8143 def epss_score @epss_score end |
#exploit_available ⇒ "YES", "NO"
Returns the value of attribute exploit_available.
8144 8145 8146 |
# File 'sig/types.rbs', line 8144 def exploit_available @exploit_available end |
#fix_available ⇒ "YES", ...
Returns the value of attribute fix_available.
8142 8143 8144 |
# File 'sig/types.rbs', line 8142 def fix_available @fix_available end |
#id ⇒ ::String
Returns the value of attribute id.
8136 8137 8138 |
# File 'sig/types.rbs', line 8136 def id @id end |
#last_known_exploit_at ⇒ ::String
Returns the value of attribute last_known_exploit_at.
8145 8146 8147 |
# File 'sig/types.rbs', line 8145 def last_known_exploit_at @last_known_exploit_at end |
#reference_urls ⇒ ::Array[::String]
Returns the value of attribute reference_urls.
8141 8142 8143 |
# File 'sig/types.rbs', line 8141 def reference_urls @reference_urls end |
#related_vulnerabilities ⇒ ::Array[::String]
Returns the value of attribute related_vulnerabilities.
8139 8140 8141 |
# File 'sig/types.rbs', line 8139 def @related_vulnerabilities end |
#vendor ⇒ Types::VulnerabilityVendor
Returns the value of attribute vendor.
8140 8141 8142 |
# File 'sig/types.rbs', line 8140 def vendor @vendor end |
#vulnerable_packages ⇒ ::Array[Types::SoftwarePackage]
Returns the value of attribute vulnerable_packages.
8137 8138 8139 |
# File 'sig/types.rbs', line 8137 def vulnerable_packages @vulnerable_packages end |