class Aws::SecurityHub::Types::VulnerabilityVendor

A vendor that generates a vulnerability report.

@note When making an API call, you may pass VulnerabilityVendor

data as a hash:

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

@!attribute [rw] name

The name of the vendor.
@return [String]

@!attribute [rw] url

The URL of the vulnerability advisory.
@return [String]

@!attribute [rw] vendor_severity

The severity that the vendor assigned to the vulnerability.
@return [String]

@!attribute [rw] vendor_created_at

Indicates when the vulnerability advisory was created.

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

[1]: https://tools.ietf.org/html/rfc3339#section-5.6
@return [String]

@!attribute [rw] vendor_updated_at

Indicates when the vulnerability advisory was last updated.

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

[1]: https://tools.ietf.org/html/rfc3339#section-5.6
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/VulnerabilityVendor AWS API Documentation

Constants

SENSITIVE