Class: Aws::CodeCommit::Types::CreateUnreferencedMergeCommitOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::CreateUnreferencedMergeCommitOutput
- 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 full commit ID of the commit that contains your merge results.
-
#tree_id ⇒ String
The full SHA-1 pointer of the tree information for the commit that contains the merge results.
Instance Attribute Details
#commit_id ⇒ String
The full commit ID of the commit that contains your merge results.
1741 1742 1743 1744 1745 1746 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 1741 class CreateUnreferencedMergeCommitOutput < Struct.new( :commit_id, :tree_id) SENSITIVE = [] include Aws::Structure end |
#tree_id ⇒ String
The full SHA-1 pointer of the tree information for the commit that contains the merge results.
1741 1742 1743 1744 1745 1746 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 1741 class CreateUnreferencedMergeCommitOutput < Struct.new( :commit_id, :tree_id) SENSITIVE = [] include Aws::Structure end |