Class: Aws::Types::PackageVulnerabilityDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cvss ⇒ ::Array[Types::CvssScore]

Returns the value of attribute cvss.

Returns:



1770
1771
1772
# File 'sig/types.rbs', line 1770

def cvss
  @cvss
end

#reference_urls ⇒ ::Array[::String]

Returns the value of attribute reference_urls.

Returns:

  • (::Array[::String])


1776
1777
1778
# File 'sig/types.rbs', line 1776

def reference_urls
  @reference_urls
end

Returns the value of attribute related_vulnerabilities.

Returns:

  • (::Array[::String])


1771
1772
1773
# File 'sig/types.rbs', line 1771

def related_vulnerabilities
  @related_vulnerabilities
end

#source ⇒ ::String

Returns the value of attribute source.

Returns:

  • (::String)


1769
1770
1771
# File 'sig/types.rbs', line 1769

def source
  @source
end

#source_url ⇒ ::String

Returns the value of attribute source_url.

Returns:

  • (::String)


1772
1773
1774
# File 'sig/types.rbs', line 1772

def source_url
  @source_url
end

#vendor_created_at ⇒ ::Time

Returns the value of attribute vendor_created_at.

Returns:

  • (::Time)


1774
1775
1776
# File 'sig/types.rbs', line 1774

def vendor_created_at
  @vendor_created_at
end

#vendor_severity ⇒ ::String

Returns the value of attribute vendor_severity.

Returns:

  • (::String)


1773
1774
1775
# File 'sig/types.rbs', line 1773

def vendor_severity
  @vendor_severity
end

#vendor_updated_at ⇒ ::Time

Returns the value of attribute vendor_updated_at.

Returns:

  • (::Time)


1775
1776
1777
# File 'sig/types.rbs', line 1775

def vendor_updated_at
  @vendor_updated_at
end

#vulnerability_id ⇒ ::String

Returns the value of attribute vulnerability_id.

Returns:

  • (::String)


1767
1768
1769
# File 'sig/types.rbs', line 1767

def vulnerability_id
  @vulnerability_id
end

#vulnerable_packages ⇒ ::Array[Types::VulnerablePackage]

Returns the value of attribute vulnerable_packages.

Returns:



1768
1769
1770
# File 'sig/types.rbs', line 1768

def vulnerable_packages
  @vulnerable_packages
end