EffectivePatch

public struct EffectivePatch : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL for where more information can be obtained about the patch.

    Declaration

    Swift

    public let patch: Patch?
  • The status of the patch in a patch baseline. This includes information about whether the patch is currently approved, due to be approved by a rule, explicitly approved, or explicitly rejected and the date the patch was or will be approved.

    Declaration

    Swift

    public let patchStatus: PatchStatus?
  • Undocumented

    Declaration

    Swift

    public init(patch: Patch? = nil, patchStatus: PatchStatus? = nil)