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

Class: Aws::CodeCommit::Types::MergeMetadata

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

Overview

Returns information about a merge or potential merge between a source reference and a destination reference in a pull request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#is_mergedBoolean

A Boolean value indicating whether the merge has been made.

Returns:

  • (Boolean)

    A Boolean value indicating whether the merge has been made.

#merge_commit_idString

The commit ID for the merge commit, if any.

Returns:

  • (String)

    The commit ID for the merge commit, if any.

#merge_optionString

The merge strategy used in the merge.

Possible values:

  • FAST_FORWARD_MERGE
  • SQUASH_MERGE
  • THREE_WAY_MERGE

Returns:

  • (String)

    The merge strategy used in the merge.

#merged_byString

The Amazon Resource Name (ARN) of the user who merged the branches.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the user who merged the branches.