Cvss

public struct Cvss : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The base CVSS score.

    Declaration

    Swift

    public let baseScore: Double?
  • The base scoring vector for the CVSS score.

    Declaration

    Swift

    public let baseVector: String?
  • The version of CVSS for the CVSS score.

    Declaration

    Swift

    public let version: String?
  • Undocumented

    Declaration

    Swift

    public init(baseScore: Double? = nil, baseVector: String? = nil, version: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws