Class: Aws::CodeCommit::Types::GetCommitOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeCommit::Types::GetCommitOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codecommit/types.rb
 
Overview
Represents the output of a get commit operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #commit  ⇒ Types::Commit 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A commit data type object that contains information about the specified commit.
 
Instance Attribute Details
#commit ⇒ Types::Commit
A commit data type object that contains information about the specified commit.
      2974 2975 2976 2977 2978  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 2974 class GetCommitOutput < Struct.new( :commit) SENSITIVE = [] include Aws::Structure end  |