Class: Aws::Proton::Types::GetRepositoryInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::GetRepositoryInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The repository name, for example ‘myrepos/myrepo`.
 - 
  
    
      #provider  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The repository provider.
 
Instance Attribute Details
#name ⇒ String
The repository name, for example ‘myrepos/myrepo`.
      2922 2923 2924 2925 2926 2927  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 2922 class GetRepositoryInput < Struct.new( :name, :provider) SENSITIVE = [] include Aws::Structure end  | 
  
#provider ⇒ String
The repository provider.
      2922 2923 2924 2925 2926 2927  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 2922 class GetRepositoryInput < Struct.new( :name, :provider) SENSITIVE = [] include Aws::Structure end  |