CommitDiffSourceCodeType

public struct CommitDiffSourceCodeType : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The SHA of the destination commit used to generate a commit diff.

    Declaration

    Swift

    public let destinationCommit: String?
  • The SHA of the source commit used to generate a commit diff.

    Declaration

    Swift

    public let sourceCommit: String?
  • Undocumented

    Declaration

    Swift

    public init(destinationCommit: String? = nil, sourceCommit: String? = nil)