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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_lineInteger

The end position of the hunk in the merge result.

Returns:

  • (Integer)


4853
4854
4855
4856
4857
4858
4859
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4853

class MergeHunkDetail < Struct.new(
  :start_line,
  :end_line,
  :hunk_content)
  SENSITIVE = []
  include Aws::Structure
end

#hunk_contentString

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

Returns:

  • (String)


4853
4854
4855
4856
4857
4858
4859
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4853

class MergeHunkDetail < Struct.new(
  :start_line,
  :end_line,
  :hunk_content)
  SENSITIVE = []
  include Aws::Structure
end

#start_lineInteger

The start position of the hunk in the merge result.

Returns:

  • (Integer)


4853
4854
4855
4856
4857
4858
4859
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4853

class MergeHunkDetail < Struct.new(
  :start_line,
  :end_line,
  :hunk_content)
  SENSITIVE = []
  include Aws::Structure
end