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

Class: Aws::CodeCommit::Types::MergeHunkDetail

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

Overview

Information about the details of a merge hunk that contains a conflict in a merge or pull request operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#end_line ⇒ Integer

The end position of the hunk in the merge result.

Returns:

  • (Integer) —

    The end position of the hunk in the merge result.

#hunk_content ⇒ String

The base-64 encoded content of the hunk merged region that might contain a conflict.

Returns:

  • (String) —

    The base-64 encoded content of the hunk merged region that might contain a conflict.

#start_line ⇒ Integer

The start position of the hunk in the merge result.

Returns:

  • (Integer) —

    The start position of the hunk in the merge result.