Class: Aws::Proton::Types::GetRepositoryOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::GetRepositoryOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #repository  ⇒ Types::Repository 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The repository link’s detail data that’s returned by Proton.
 
Instance Attribute Details
#repository ⇒ Types::Repository
The repository link’s detail data that’s returned by Proton.
      2935 2936 2937 2938 2939  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 2935 class GetRepositoryOutput < Struct.new( :repository) SENSITIVE = [] include Aws::Structure end  |