Class: Aws::Types::Vulnerability

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:



8138
8139
8140
# File 'sig/types.rbs', line 8138

def cvss
  @cvss
end

#epss_score::Float

Returns the value of attribute epss_score.

Returns:

  • (::Float)


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.

Returns:

  • ("YES", "NO")


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.

Returns:

  • ("YES", "NO", "PARTIAL")


8142
8143
8144
# File 'sig/types.rbs', line 8142

def fix_available
  @fix_available
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


8141
8142
8143
# File 'sig/types.rbs', line 8141

def reference_urls
  @reference_urls
end

Returns the value of attribute related_vulnerabilities.

Returns:

  • (::Array[::String])


8139
8140
8141
# File 'sig/types.rbs', line 8139

def related_vulnerabilities
  @related_vulnerabilities
end

#vendorTypes::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.

Returns:



8137
8138
8139
# File 'sig/types.rbs', line 8137

def vulnerable_packages
  @vulnerable_packages
end