You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeCommit::Types::BatchDescribeMergeConflictsOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#base_commit_idString

The commit ID of the merge base.

Returns:

  • (String)

    The commit ID of the merge base.

#conflictsArray<Types::Conflict>

A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the files.

Returns:

  • (Array<Types::Conflict>)

    A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the files.

#destination_commit_idString

The commit ID of the destination commit specifier that was used in the merge evaluation.

Returns:

  • (String)

    The commit ID of the destination commit specifier that was used in the merge evaluation.

#errorsArray<Types::BatchDescribeMergeConflictsError>

A list of any errors returned while describing the merge conflicts for each file.

Returns:

#next_tokenString

An enumeration token that can be used in a request to return the next batch of the results.

Returns:

  • (String)

    An enumeration token that can be used in a request to return the next batch of the results.

#source_commit_idString

The commit ID of the source commit specifier that was used in the merge evaluation.

Returns:

  • (String)

    The commit ID of the source commit specifier that was used in the merge evaluation.