Method: Aws::CodeCommit::Types::MergeHunkDetail#hunk_content

Defined in:
lib/aws-sdk-codecommit/types.rb

#hunk_contentString

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

Returns:

  • (String)


4851
4852
4853
4854
4855
4856
4857
# File 'lib/aws-sdk-codecommit/types.rb', line 4851

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