GetMergeCommitOutput
public struct GetMergeCommitOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The commit ID of the merge base.
Declaration
Swift
public let baseCommitId: String?
-
The commit ID of the destination commit specifier that was used in the merge evaluation.
Declaration
Swift
public let destinationCommitId: String?
-
The commit ID for the merge commit created when the source branch was merged into the destination branch. If the fast-forward merge strategy was used, there is no merge commit.
Declaration
Swift
public let mergedCommitId: String?
-
The commit ID of the source commit specifier that was used in the merge evaluation.
Declaration
Swift
public let sourceCommitId: String?
-
Undocumented
Declaration
Swift
public init(baseCommitId: String? = nil, destinationCommitId: String? = nil, mergedCommitId: String? = nil, sourceCommitId: String? = nil)