Class: Aws::CodeArtifact::Types::PackageOriginConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeArtifact::Types::PackageOriginConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codeartifact/types.rb
 
Overview
Details about the package origin configuration of a package.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #restrictions  ⇒ Types::PackageOriginRestrictions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A ‘PackageOriginRestrictions` object that contains information about the upstream and publish package origin configuration for the package.
 
Instance Attribute Details
#restrictions ⇒ Types::PackageOriginRestrictions
A ‘PackageOriginRestrictions` object that contains information about the upstream and publish package origin configuration for the package.
      2346 2347 2348 2349 2350  | 
    
      # File 'lib/aws-sdk-codeartifact/types.rb', line 2346 class PackageOriginConfiguration < Struct.new( :restrictions) SENSITIVE = [] include Aws::Structure end  |