MergeBranchesByThreeWayOutput
public struct MergeBranchesByThreeWayOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The commit ID of the merge in the destination or target branch.
Declaration
Swift
public let commitId: String?
-
The tree ID of the merge in the destination or target branch.
Declaration
Swift
public let treeId: String?
-
Undocumented
Declaration
Swift
public init(commitId: String? = nil, treeId: String? = nil)