NAME
Paws::CodeCommit::GetMergeConflictsOutput
ATTRIBUTES
BaseCommitId => Str
The commit ID of the merge base.
REQUIRED ConflictMetadataList => ArrayRef[Paws::CodeCommit::ConflictMetadata]
A list of metadata for any conflicting files. If the specified merge strategy is FAST_FORWARD_MERGE, this list is always empty.
REQUIRED DestinationCommitId => Str
The commit ID of the destination commit specifier that was used in the merge evaluation.
REQUIRED Mergeable => Bool
A Boolean value that indicates whether the code is mergeable by the specified merge option.
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.