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

Class: Aws::CodeCommit::Types::MergeOperations

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

Overview

Information about the file operation conflicts in a merge operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#destinationString

The operation on a file in the destination of a merge or pull request.

Possible values:

  • A
  • M
  • D

Returns:

  • (String)

    The operation on a file in the destination of a merge or pull request.

#sourceString

The operation (add, modify, or delete) on a file in the source of a merge or pull request.

Possible values:

  • A
  • M
  • D

Returns:

  • (String)

    The operation (add, modify, or delete) on a file in the source of a merge or pull request.