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

Class: Aws::CodeCommit::Types::GetMergeOptionsOutput

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.

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

#merge_optionsArray<String>

The merge option or strategy used to merge the code.

Returns:

  • (Array<String>)

    The merge option or strategy used to merge the code.

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