Class: Aws::CodeCommit::Types::CreateUnreferencedMergeCommitOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeCommit::Types::CreateUnreferencedMergeCommitOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      1797 1798 1799 1800 1801 1802  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 1797 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.
      1797 1798 1799 1800 1801 1802  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 1797 class CreateUnreferencedMergeCommitOutput < Struct.new( :commit_id, :tree_id) SENSITIVE = [] include Aws::Structure end  |