Class: Aws::Proton::Types::RepositoryBranch
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::RepositoryBranch
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Detail data for a linked repository branch.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the linked repository.
 - 
  
    
      #branch  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The repository branch.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The repository name.
 - 
  
    
      #provider  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The repository provider.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the linked repository.
      4468 4469 4470 4471 4472 4473 4474 4475  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4468 class RepositoryBranch < Struct.new( :arn, :branch, :name, :provider) SENSITIVE = [] include Aws::Structure end  | 
  
#branch ⇒ String
The repository branch.
      4468 4469 4470 4471 4472 4473 4474 4475  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4468 class RepositoryBranch < Struct.new( :arn, :branch, :name, :provider) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The repository name.
      4468 4469 4470 4471 4472 4473 4474 4475  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4468 class RepositoryBranch < Struct.new( :arn, :branch, :name, :provider) SENSITIVE = [] include Aws::Structure end  | 
  
#provider ⇒ String
The repository provider.
      4468 4469 4470 4471 4472 4473 4474 4475  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4468 class RepositoryBranch < Struct.new( :arn, :branch, :name, :provider) SENSITIVE = [] include Aws::Structure end  |