Class: Aws::CodeArtifact::Types::PackageGroupAllowedRepository
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeArtifact::Types::PackageGroupAllowedRepository
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Details about an allowed repository for a package group, including its name and origin configuration.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #origin_restriction_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The origin configuration restriction type of the allowed repository. 
- 
  
    
      #repository_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the allowed repository. 
Instance Attribute Details
#origin_restriction_type ⇒ String
The origin configuration restriction type of the allowed repository.
| 2998 2999 3000 3001 3002 3003 | # File 'lib/aws-sdk-codeartifact/types.rb', line 2998 class PackageGroupAllowedRepository < Struct.new( :repository_name, :origin_restriction_type) SENSITIVE = [] include Aws::Structure end | 
#repository_name ⇒ String
The name of the allowed repository.
| 2998 2999 3000 3001 3002 3003 | # File 'lib/aws-sdk-codeartifact/types.rb', line 2998 class PackageGroupAllowedRepository < Struct.new( :repository_name, :origin_restriction_type) SENSITIVE = [] include Aws::Structure end |