Patch

public struct Patch : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The classification of the patch (for example, SecurityUpdates, Updates, CriticalUpdates).

    Declaration

    Swift

    public let classification: String?
  • The URL where more information can be obtained about the patch.

    Declaration

    Swift

    public let contentUrl: String?
  • The description of the patch.

    Declaration

    Swift

    public let description: String?
  • id

    The ID of the patch (this is different than the Microsoft Knowledge Base ID).

    Declaration

    Swift

    public let id: String?
  • The Microsoft Knowledge Base ID of the patch.

    Declaration

    Swift

    public let kbNumber: String?
  • The language of the patch if it’s language-specific.

    Declaration

    Swift

    public let language: String?
  • The ID of the MSRC bulletin the patch is related to.

    Declaration

    Swift

    public let msrcNumber: String?
  • The severity of the patch (for example Critical, Important, Moderate).

    Declaration

    Swift

    public let msrcSeverity: String?
  • The specific product the patch is applicable for (for example, WindowsServer2016).

    Declaration

    Swift

    public let product: String?
  • The product family the patch is applicable for (for example, Windows).

    Declaration

    Swift

    public let productFamily: String?
  • The date the patch was released.

    Declaration

    Swift

    public let releaseDate: TimeStamp?
  • The title of the patch.

    Declaration

    Swift

    public let title: String?
  • The name of the vendor providing the patch.

    Declaration

    Swift

    public let vendor: String?
  • Undocumented

    Declaration

    Swift

    public init(classification: String? = nil, contentUrl: String? = nil, description: String? = nil, id: String? = nil, kbNumber: String? = nil, language: String? = nil, msrcNumber: String? = nil, msrcSeverity: String? = nil, product: String? = nil, productFamily: String? = nil, releaseDate: TimeStamp? = nil, title: String? = nil, vendor: String? = nil)