Class: Aws::CodeArtifact::Types::PackageOriginConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#restrictionsTypes::PackageOriginRestrictions

A ‘PackageOriginRestrictions` object that contains information about the upstream and publish package origin configuration for the package.



3202
3203
3204
3205
3206
# File 'lib/aws-sdk-codeartifact/types.rb', line 3202

class PackageOriginConfiguration < Struct.new(
  :restrictions)
  SENSITIVE = []
  include Aws::Structure
end