class Aws::CodeCommit::Types::BatchDescribeMergeConflictsOutput
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/BatchDescribeMergeConflictsOutput AWS API Documentation
@return [String]
The commit ID of the merge base.
@!attribute [rw] base_commit_id
@return [String]
merge evaluation.
The commit ID of the source commit specifier that was used in the
@!attribute [rw] source_commit_id
@return [String]
the merge evaluation.
The commit ID of the destination commit specifier that was used in
@!attribute [rw] destination_commit_id
@return [Array<Types::BatchDescribeMergeConflictsError>]
for each file.
A list of any errors returned while describing the merge conflicts
@!attribute [rw] errors
@return [String]
next batch of the results.
An enumeration token that can be used in a request to return the
@!attribute [rw] next_token
@return [Array<Types::Conflict>]
and the hunks of the differences between the files.
A list of conflicts for each file, including the conflict metadata
@!attribute [rw] conflicts