Class: Aws::Proton::Types::RepositoryBranchInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Proton::Types::RepositoryBranchInput
 
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Detail input data for a linked repository branch.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #branch  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The repository branch. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The repository name. 
- 
  
    
      #provider  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The repository provider. 
Instance Attribute Details
#branch ⇒ String
The repository branch.
| 4493 4494 4495 4496 4497 4498 4499 | # File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4493 class RepositoryBranchInput < Struct.new( :branch, :name, :provider) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The repository name.
| 4493 4494 4495 4496 4497 4498 4499 | # File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4493 class RepositoryBranchInput < Struct.new( :branch, :name, :provider) SENSITIVE = [] include Aws::Structure end | 
#provider ⇒ String
The repository provider.
| 4493 4494 4495 4496 4497 4498 4499 | # File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4493 class RepositoryBranchInput < Struct.new( :branch, :name, :provider) SENSITIVE = [] include Aws::Structure end |