RegisterPatchBaselineForPatchGroupResult

public struct RegisterPatchBaselineForPatchGroupResult : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let baselineId: String?
  • The name of the patch group registered with the patch baseline.

    Declaration

    Swift

    public let patchGroup: String?
  • Undocumented

    Declaration

    Swift

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