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

Class: Aws::CodeCommit::Types::Conflict

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

Overview

Information about conflicts in a merge operation.

Instance Attribute Summary collapse

Instance Attribute Details

#conflict_metadataTypes::ConflictMetadata

Metadata about a conflict in a merge operation.

Returns:

#merge_hunksArray<Types::MergeHunk>

A list of hunks that contain the differences between files or lines causing the conflict.

Returns:

  • (Array<Types::MergeHunk>)

    A list of hunks that contain the differences between files or lines causing the conflict.