Class: Aws::CodeCommit::Types::MergeBranchesByThreeWayOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::MergeBranchesByThreeWayOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#commit_id ⇒ String
The commit ID of the merge in the destination or target branch.
-
#tree_id ⇒ String
The tree ID of the merge in the destination or target branch.
Instance Attribute Details
#commit_id ⇒ String
The commit ID of the merge in the destination or target branch.
4789 4790 4791 4792 4793 4794 |
# File 'lib/aws-sdk-codecommit/types.rb', line 4789 class MergeBranchesByThreeWayOutput < Struct.new( :commit_id, :tree_id) SENSITIVE = [] include Aws::Structure end |
#tree_id ⇒ String
The tree ID of the merge in the destination or target branch.
4789 4790 4791 4792 4793 4794 |
# File 'lib/aws-sdk-codecommit/types.rb', line 4789 class MergeBranchesByThreeWayOutput < Struct.new( :commit_id, :tree_id) SENSITIVE = [] include Aws::Structure end |