Class: Aws::CodeCommit::Types::MergeBranchesByFastForwardInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_commit_specifierString

The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

Returns:

  • (String)


4584
4585
4586
4587
4588
4589
4590
4591
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4584

class MergeBranchesByFastForwardInput < Struct.new(
  :repository_name,
  :source_commit_specifier,
  :destination_commit_specifier,
  :target_branch)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository where you want to merge two branches.

Returns:

  • (String)


4584
4585
4586
4587
4588
4589
4590
4591
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4584

class MergeBranchesByFastForwardInput < Struct.new(
  :repository_name,
  :source_commit_specifier,
  :destination_commit_specifier,
  :target_branch)
  SENSITIVE = []
  include Aws::Structure
end

#source_commit_specifierString

The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

Returns:

  • (String)


4584
4585
4586
4587
4588
4589
4590
4591
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4584

class MergeBranchesByFastForwardInput < Struct.new(
  :repository_name,
  :source_commit_specifier,
  :destination_commit_specifier,
  :target_branch)
  SENSITIVE = []
  include Aws::Structure
end

#target_branchString

The branch where the merge is applied.

Returns:

  • (String)


4584
4585
4586
4587
4588
4589
4590
4591
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4584

class MergeBranchesByFastForwardInput < Struct.new(
  :repository_name,
  :source_commit_specifier,
  :destination_commit_specifier,
  :target_branch)
  SENSITIVE = []
  include Aws::Structure
end