Class: Aws::Inspector2::Types::CisaData

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#actionString

The remediation action recommended by CISA for this vulnerability.

Returns:

  • (String)


1618
1619
1620
1621
1622
1623
1624
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1618

class CisaData < Struct.new(
  :action,
  :date_added,
  :date_due)
  SENSITIVE = []
  include Aws::Structure
end

#date_addedTime

The date and time CISA added this vulnerability to their catalogue.

Returns:



1618
1619
1620
1621
1622
1623
1624
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1618

class CisaData < Struct.new(
  :action,
  :date_added,
  :date_due)
  SENSITIVE = []
  include Aws::Structure
end

#date_dueTime

The date and time CISA expects a fix to have been provided vulnerability.

Returns:



1618
1619
1620
1621
1622
1623
1624
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1618

class CisaData < Struct.new(
  :action,
  :date_added,
  :date_due)
  SENSITIVE = []
  include Aws::Structure
end