DeregisterPatchBaselineForPatchGroupResult

public struct DeregisterPatchBaselineForPatchGroupResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the patch baseline the patch group was deregistered from.

    Declaration

    Swift

    public let baselineId: String?
  • The name of the patch group deregistered from the patch baseline.

    Declaration

    Swift

    public let patchGroup: String?
  • Undocumented

    Declaration

    Swift

    public init(baselineId: String? = nil, patchGroup: String? = nil)