CreateUnreferencedMergeCommitOutput

public struct CreateUnreferencedMergeCommitOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The full commit ID of the commit that contains your merge results.

    Declaration

    Swift

    public let commitId: String?
  • The full SHA-1 pointer of the tree information for the commit that contains the merge results.

    Declaration

    Swift

    public let treeId: String?
  • Undocumented

    Declaration

    Swift

    public init(commitId: String? = nil, treeId: String? = nil)