You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::VulnerabilityVendor

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing VulnerabilityVendor as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "NonEmptyString", # required
  url: "NonEmptyString",
  vendor_severity: "NonEmptyString",
  vendor_created_at: "NonEmptyString",
  vendor_updated_at: "NonEmptyString",
}

A vendor that generates a vulnerability report.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the vendor.

Returns:

  • (String)

    The name of the vendor.

#urlString

The URL of the vulnerability advisory.

Returns:

  • (String)

    The URL of the vulnerability advisory.

#vendor_created_atString

Indicates when the vulnerability advisory was created.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

Returns:

  • (String)

    Indicates when the vulnerability advisory was created.

#vendor_severityString

The severity that the vendor assigned to the vulnerability.

Returns:

  • (String)

    The severity that the vendor assigned to the vulnerability.

#vendor_updated_atString

Indicates when the vulnerability advisory was last updated.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

Returns:

  • (String)

    Indicates when the vulnerability advisory was last updated.