VulnerabilityVendor

public struct VulnerabilityVendor : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the vendor.

    Declaration

    Swift

    public let name: String
  • url

    The URL of the vulnerability advisory.

    Declaration

    Swift

    public let url: String?
  • 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.

    Declaration

    Swift

    public let vendorCreatedAt: String?
  • The severity that the vendor assigned to the vulnerability.

    Declaration

    Swift

    public let vendorSeverity: String?
  • 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.

    Declaration

    Swift

    public let vendorUpdatedAt: String?
  • Undocumented

    Declaration

    Swift

    public init(name: String, url: String? = nil, vendorCreatedAt: String? = nil, vendorSeverity: String? = nil, vendorUpdatedAt: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws