Class: Aws::CodeArtifact::Types::PackageGroupOriginConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb

Overview

The package group origin configuration that determines how package versions can enter repositories.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#restrictionsHash<String,Types::PackageGroupOriginRestriction>

The origin configuration settings that determine how package versions can enter repositories.

Returns:



3061
3062
3063
3064
3065
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3061

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