Class: Aws::Inspector2::Types::CisaData
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CisaData
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
The Cybersecurity and Infrastructure Security Agency (CISA) details for a specific vulnerability.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The remediation action recommended by CISA for this vulnerability.
-
#date_added ⇒ Time
The date and time CISA added this vulnerability to their catalogue.
-
#date_due ⇒ Time
The date and time CISA expects a fix to have been provided vulnerability.
Instance Attribute Details
#action ⇒ String
The remediation action recommended by CISA for this vulnerability.
1628 1629 1630 1631 1632 1633 1634 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1628 class CisaData < Struct.new( :action, :date_added, :date_due) SENSITIVE = [] include Aws::Structure end |
#date_added ⇒ Time
The date and time CISA added this vulnerability to their catalogue.
1628 1629 1630 1631 1632 1633 1634 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1628 class CisaData < Struct.new( :action, :date_added, :date_due) SENSITIVE = [] include Aws::Structure end |
#date_due ⇒ Time
The date and time CISA expects a fix to have been provided vulnerability.
1628 1629 1630 1631 1632 1633 1634 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1628 class CisaData < Struct.new( :action, :date_added, :date_due) SENSITIVE = [] include Aws::Structure end |