Class: Aws::CodeCommit::Types::MergeBranchesBySquashOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::MergeBranchesBySquashOutput
- Defined in:
- gems/aws-sdk-codecommit/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.
5122 5123 5124 5125 5126 5127 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5122 class MergeBranchesBySquashOutput < 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.
5122 5123 5124 5125 5126 5127 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5122 class MergeBranchesBySquashOutput < Struct.new( :commit_id, :tree_id) SENSITIVE = [] include Aws::Structure end |