Class: Aws::CodeCommit::Types::MergeBranchesByFastForwardInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::MergeBranchesByFastForwardInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_commit_specifier ⇒ String
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
-
#repository_name ⇒ String
The name of the repository where you want to merge two branches.
-
#source_commit_specifier ⇒ String
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
-
#target_branch ⇒ String
The branch where the merge is applied.
Instance Attribute Details
#destination_commit_specifier ⇒ String
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
4582 4583 4584 4585 4586 4587 4588 4589 |
# File 'lib/aws-sdk-codecommit/types.rb', line 4582 class MergeBranchesByFastForwardInput < Struct.new( :repository_name, :source_commit_specifier, :destination_commit_specifier, :target_branch) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository where you want to merge two branches.
4582 4583 4584 4585 4586 4587 4588 4589 |
# File 'lib/aws-sdk-codecommit/types.rb', line 4582 class MergeBranchesByFastForwardInput < Struct.new( :repository_name, :source_commit_specifier, :destination_commit_specifier, :target_branch) SENSITIVE = [] include Aws::Structure end |
#source_commit_specifier ⇒ String
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
4582 4583 4584 4585 4586 4587 4588 4589 |
# File 'lib/aws-sdk-codecommit/types.rb', line 4582 class MergeBranchesByFastForwardInput < Struct.new( :repository_name, :source_commit_specifier, :destination_commit_specifier, :target_branch) SENSITIVE = [] include Aws::Structure end |
#target_branch ⇒ String
The branch where the merge is applied.
4582 4583 4584 4585 4586 4587 4588 4589 |
# File 'lib/aws-sdk-codecommit/types.rb', line 4582 class MergeBranchesByFastForwardInput < Struct.new( :repository_name, :source_commit_specifier, :destination_commit_specifier, :target_branch) SENSITIVE = [] include Aws::Structure end |