Class: Aws::CodeArtifact::Types::PackageVersionOrigin

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

Overview

Information about how a package version was added to a repository.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_entry_pointTypes::DomainEntryPoint

A DomainEntryPoint object that contains information about from which repository or external connection the package version was added to the domain.



3422
3423
3424
3425
3426
3427
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3422

class PackageVersionOrigin < Struct.new(
  :domain_entry_point,
  :origin_type)
  SENSITIVE = []
  include Aws::Structure
end

#origin_typeString

Describes how the package version was originally added to the domain. An INTERNAL origin type means the package version was published directly to a repository in the domain. An EXTERNAL origin type means the package version was ingested from an external connection.

Returns:

  • (String)


3422
3423
3424
3425
3426
3427
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3422

class PackageVersionOrigin < Struct.new(
  :domain_entry_point,
  :origin_type)
  SENSITIVE = []
  include Aws::Structure
end