Method: Aws::CodeArtifact::Types::PackageOriginConfiguration#restrictions
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
#restrictions ⇒ Types::PackageOriginRestrictions
A PackageOriginRestrictions object that contains information about the upstream and publish package origin configuration for the package.
3207 3208 3209 3210 3211 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 3207 class PackageOriginConfiguration < Struct.new( :restrictions) SENSITIVE = [] include Aws::Structure end |