NAME
Paws::CodeCommit::BatchDescribeMergeConflictsOutput
ATTRIBUTES
BaseCommitId => Str
The commit ID of the merge base.
REQUIRED Conflicts => ArrayRef[Paws::CodeCommit::Conflict]
A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the files.
REQUIRED DestinationCommitId => Str
The commit ID of the destination commit specifier that was used in the merge evaluation.
Errors => ArrayRef[Paws::CodeCommit::BatchDescribeMergeConflictsError]
A list of any errors returned while describing the merge conflicts for each file.
NextToken => Str
An enumeration token that can be used in a request to return the next batch of the results.
REQUIRED SourceCommitId => Str
The commit ID of the source commit specifier that was used in the merge evaluation.