Class: Aws::CodeArtifact::Types::PutPackageOriginConfigurationResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#origin_configurationTypes::PackageOriginConfiguration

A [PackageOriginConfiguration] object that describes the origin configuration set for the package. It contains a

PackageOriginRestrictions][2

object that describes how new

versions of the package can be introduced to the repository.

[1]: docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageOriginConfiguration.html [2]: docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageOriginRestrictions.html



3746
3747
3748
3749
3750
# File 'lib/aws-sdk-codeartifact/types.rb', line 3746

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