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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

A vendor that generates a vulnerability report.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the vendor.



33391
33392
33393
33394
33395
33396
33397
33398
33399
# File 'lib/aws-sdk-securityhub/types.rb', line 33391

class VulnerabilityVendor < Struct.new(
  :name,
  :url,
  :vendor_severity,
  :vendor_created_at,
  :vendor_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The URL of the vulnerability advisory.



33391
33392
33393
33394
33395
33396
33397
33398
33399
# File 'lib/aws-sdk-securityhub/types.rb', line 33391

class VulnerabilityVendor < Struct.new(
  :name,
  :url,
  :vendor_severity,
  :vendor_created_at,
  :vendor_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#vendor_created_atString

Indicates when the vulnerability advisory was created.

For more information about the validation and formatting of timestamp fields in Security Hub, see [Timestamps].

[1]: docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps



33391
33392
33393
33394
33395
33396
33397
33398
33399
# File 'lib/aws-sdk-securityhub/types.rb', line 33391

class VulnerabilityVendor < Struct.new(
  :name,
  :url,
  :vendor_severity,
  :vendor_created_at,
  :vendor_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#vendor_severityString

The severity that the vendor assigned to the vulnerability.



33391
33392
33393
33394
33395
33396
33397
33398
33399
# File 'lib/aws-sdk-securityhub/types.rb', line 33391

class VulnerabilityVendor < Struct.new(
  :name,
  :url,
  :vendor_severity,
  :vendor_created_at,
  :vendor_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#vendor_updated_atString

Indicates when the vulnerability advisory was last updated.

For more information about the validation and formatting of timestamp fields in Security Hub, see [Timestamps].

[1]: docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps



33391
33392
33393
33394
33395
33396
33397
33398
33399
# File 'lib/aws-sdk-securityhub/types.rb', line 33391

class VulnerabilityVendor < Struct.new(
  :name,
  :url,
  :vendor_severity,
  :vendor_created_at,
  :vendor_updated_at)
  SENSITIVE = []
  include Aws::Structure
end