Class: Aws::CodeCommit::Types::GetRepositoryInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeCommit::Types::GetRepositoryInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codecommit/types.rb
 
Overview
Represents the input of a get repository operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #repository_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the repository to get information about.
 
Instance Attribute Details
#repository_name ⇒ String
The name of the repository to get information about.
      3547 3548 3549 3550 3551  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 3547 class GetRepositoryInput < Struct.new( :repository_name) SENSITIVE = [] include Aws::Structure end  |