Class: Aws::CodeArtifact::Types::PackageGroupAllowedRepository

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

Overview

Details about an allowed repository for a package group, including its name and origin configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#origin_restriction_typeString

The origin configuration restriction type of the allowed repository.

Returns:

  • (String)


2986
2987
2988
2989
2990
2991
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2986

class PackageGroupAllowedRepository < Struct.new(
  :repository_name,
  :origin_restriction_type)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the allowed repository.

Returns:

  • (String)


2986
2987
2988
2989
2990
2991
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2986

class PackageGroupAllowedRepository < Struct.new(
  :repository_name,
  :origin_restriction_type)
  SENSITIVE = []
  include Aws::Structure
end