Class: Aws::Proton::Types::RepositorySummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::RepositorySummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Summary data of a linked repository—a repository that has been registered with Proton.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the linked repository.
 - 
  
    
      #connection_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the of your connection that connects Proton to your repository.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The repository name.
 - 
  
    
      #provider  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The repository provider.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the linked repository.
      4523 4524 4525 4526 4527 4528 4529 4530  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4523 class RepositorySummary < Struct.new( :arn, :connection_arn, :name, :provider) SENSITIVE = [] include Aws::Structure end  | 
  
#connection_arn ⇒ String
The Amazon Resource Name (ARN) of the of your connection that connects Proton to your repository.
      4523 4524 4525 4526 4527 4528 4529 4530  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4523 class RepositorySummary < Struct.new( :arn, :connection_arn, :name, :provider) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The repository name.
      4523 4524 4525 4526 4527 4528 4529 4530  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4523 class RepositorySummary < Struct.new( :arn, :connection_arn, :name, :provider) SENSITIVE = [] include Aws::Structure end  | 
  
#provider ⇒ String
The repository provider.
      4523 4524 4525 4526 4527 4528 4529 4530  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4523 class RepositorySummary < Struct.new( :arn, :connection_arn, :name, :provider) SENSITIVE = [] include Aws::Structure end  |