Class: Aws::Types::Vulnerability
- Inherits:
-
Object
- Object
- Aws::Types::Vulnerability
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#atig_data ⇒ Types::AtigData
Returns the value of attribute atig_data.
-
#cisa_data ⇒ Types::CisaData
Returns the value of attribute cisa_data.
-
#cvss2 ⇒ Types::Cvss2
Returns the value of attribute cvss2.
-
#cvss3 ⇒ Types::Cvss3
Returns the value of attribute cvss3.
-
#cvss4 ⇒ Types::Cvss4
Returns the value of attribute cvss4.
-
#cwes ⇒ ::Array[::String]
Returns the value of attribute cwes.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#detection_platforms ⇒ ::Array[::String]
Returns the value of attribute detection_platforms.
-
#epss ⇒ Types::Epss
Returns the value of attribute epss.
-
#exploit_observed ⇒ Types::ExploitObserved
Returns the value of attribute exploit_observed.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#reference_urls ⇒ ::Array[::String]
Returns the value of attribute reference_urls.
-
#related_vulnerabilities ⇒ ::Array[::String]
Returns the value of attribute related_vulnerabilities.
-
#source ⇒ "NVD"
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.
Instance Attribute Details
#atig_data ⇒ Types::AtigData
Returns the value of attribute atig_data.
3056 3057 3058 |
# File 'sig/types.rbs', line 3056 def atig_data @atig_data end |
#cisa_data ⇒ Types::CisaData
Returns the value of attribute cisa_data.
3053 3054 3055 |
# File 'sig/types.rbs', line 3053 def cisa_data @cisa_data end |
#cvss2 ⇒ Types::Cvss2
Returns the value of attribute cvss2.
3061 3062 3063 |
# File 'sig/types.rbs', line 3061 def cvss2 @cvss2 end |
#cvss3 ⇒ Types::Cvss3
Returns the value of attribute cvss3.
3059 3060 3061 |
# File 'sig/types.rbs', line 3059 def cvss3 @cvss3 end |
#cvss4 ⇒ Types::Cvss4
Returns the value of attribute cvss4.
3058 3059 3060 |
# File 'sig/types.rbs', line 3058 def cvss4 @cvss4 end |
#cwes ⇒ ::Array[::String]
Returns the value of attribute cwes.
3052 3053 3054 |
# File 'sig/types.rbs', line 3052 def cwes @cwes end |
#description ⇒ ::String
Returns the value of attribute description.
3055 3056 3057 |
# File 'sig/types.rbs', line 3055 def description @description end |
#detection_platforms ⇒ ::Array[::String]
Returns the value of attribute detection_platforms.
3067 3068 3069 |
# File 'sig/types.rbs', line 3067 def detection_platforms @detection_platforms end |
#epss ⇒ Types::Epss
Returns the value of attribute epss.
3068 3069 3070 |
# File 'sig/types.rbs', line 3068 def epss @epss end |
#exploit_observed ⇒ Types::ExploitObserved
Returns the value of attribute exploit_observed.
3066 3067 3068 |
# File 'sig/types.rbs', line 3066 def exploit_observed @exploit_observed end |
#id ⇒ ::String
Returns the value of attribute id.
3051 3052 3053 |
# File 'sig/types.rbs', line 3051 def id @id end |
#reference_urls ⇒ ::Array[::String]
Returns the value of attribute reference_urls.
3065 3066 3067 |
# File 'sig/types.rbs', line 3065 def reference_urls @reference_urls end |
#related_vulnerabilities ⇒ ::Array[::String]
Returns the value of attribute related_vulnerabilities.
3060 3061 3062 |
# File 'sig/types.rbs', line 3060 def @related_vulnerabilities end |
#source ⇒ "NVD"
Returns the value of attribute source.
3054 3055 3056 |
# File 'sig/types.rbs', line 3054 def source @source end |
#source_url ⇒ ::String
Returns the value of attribute source_url.
3064 3065 3066 |
# File 'sig/types.rbs', line 3064 def source_url @source_url end |
#vendor_created_at ⇒ ::Time
Returns the value of attribute vendor_created_at.
3062 3063 3064 |
# File 'sig/types.rbs', line 3062 def vendor_created_at @vendor_created_at end |
#vendor_severity ⇒ ::String
Returns the value of attribute vendor_severity.
3057 3058 3059 |
# File 'sig/types.rbs', line 3057 def vendor_severity @vendor_severity end |
#vendor_updated_at ⇒ ::Time
Returns the value of attribute vendor_updated_at.
3063 3064 3065 |
# File 'sig/types.rbs', line 3063 def vendor_updated_at @vendor_updated_at end |