Class: Aws::CodeCommit::Types::GetBlobOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeCommit::Types::GetBlobOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codecommit/types.rb
 
Overview
Represents the output of a get blob operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #content  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The content of the blob, usually a file.
 
Instance Attribute Details
#content ⇒ String
The content of the blob, usually a file.
      2709 2710 2711 2712 2713  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 2709 class GetBlobOutput < Struct.new( :content) SENSITIVE = [] include Aws::Structure end  |