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

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

Overview

Information about the file operation conflicts in a merge operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationString

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

Returns:

  • (String)


4905
4906
4907
4908
4909
4910
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4905

class MergeOperations < Struct.new(
  :source,
  :destination)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

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

Returns:

  • (String)


4905
4906
4907
4908
4909
4910
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4905

class MergeOperations < Struct.new(
  :source,
  :destination)
  SENSITIVE = []
  include Aws::Structure
end