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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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.

Returns:

  • (String)


29982
29983
29984
29985
29986
29987
29988
29989
29990
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29982

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.

Returns:

  • (String)


29982
29983
29984
29985
29986
29987
29988
29989
29990
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29982

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.

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

Returns:

  • (String)


29982
29983
29984
29985
29986
29987
29988
29989
29990
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29982

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.

Returns:

  • (String)


29982
29983
29984
29985
29986
29987
29988
29989
29990
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29982

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.

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

Returns:

  • (String)


29982
29983
29984
29985
29986
29987
29988
29989
29990
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29982

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