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

Class: Aws::CodeCommit::Types::GetMergeConflictsOutput

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.

#conflict_metadata_listArray<Types::ConflictMetadata>

A list of metadata for any conflicting files. If the specified merge strategy is FAST_FORWARD_MERGE, this list is always empty.

Returns:

#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.

#mergeableBoolean

A Boolean value that indicates whether the code is mergeable by the specified merge option.

Returns:

  • (Boolean)

    A Boolean value that indicates whether the code is mergeable by the specified merge option.

#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.