Class: Aws::CodeCommit::Types::PutFileOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeCommit::Types::PutFileOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codecommit/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #blob_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the blob, which is its SHA-1 pointer.
 - 
  
    
      #commit_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The full SHA ID of the commit that contains this file change.
 - 
  
    
      #tree_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The full SHA-1 pointer of the tree information for the commit that contains this file change.
 
Instance Attribute Details
#blob_id ⇒ String
The ID of the blob, which is its SHA-1 pointer.
      6046 6047 6048 6049 6050 6051 6052  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 6046 class PutFileOutput < Struct.new( :commit_id, :blob_id, :tree_id) SENSITIVE = [] include Aws::Structure end  | 
  
#commit_id ⇒ String
The full SHA ID of the commit that contains this file change.
      6046 6047 6048 6049 6050 6051 6052  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 6046 class PutFileOutput < Struct.new( :commit_id, :blob_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 this file change.
      6046 6047 6048 6049 6050 6051 6052  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 6046 class PutFileOutput < Struct.new( :commit_id, :blob_id, :tree_id) SENSITIVE = [] include Aws::Structure end  |