CreatePatchBaselineResult

public struct CreatePatchBaselineResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the created patch baseline.

    Declaration

    Swift

    public let baselineId: String?
  • Undocumented

    Declaration

    Swift

    public init(baselineId: String? = nil)