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.
| 3545 3546 3547 3548 3549 | # File 'lib/aws-sdk-codecommit/types.rb', line 3545 class GetRepositoryInput < Struct.new( :repository_name) SENSITIVE = [] include Aws::Structure end |