NAME
Paws::CodeCommit::GetMergeCommitOutput
ATTRIBUTES
BaseCommitId => Str
The commit ID of the merge base.
DestinationCommitId => Str
The commit ID of the destination commit specifier that was used in the merge evaluation.
MergedCommitId => Str
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.
SourceCommitId => Str
The commit ID of the source commit specifier that was used in the merge evaluation.