Class: Aws::CodeArtifact::Types::PackageGroupAllowedRepository
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::PackageGroupAllowedRepository
- Includes:
- Structure
- Defined in:
- 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
-
#origin_restriction_type ⇒ String
The origin configuration restriction type of the allowed repository.
-
#repository_name ⇒ String
The name of the allowed repository.
Instance Attribute Details
#origin_restriction_type ⇒ String
The origin configuration restriction type of the allowed repository.
2986 2987 2988 2989 2990 2991 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2986 class PackageGroupAllowedRepository < Struct.new( :repository_name, :origin_restriction_type) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the allowed repository.
2986 2987 2988 2989 2990 2991 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2986 class PackageGroupAllowedRepository < Struct.new( :repository_name, :origin_restriction_type) SENSITIVE = [] include Aws::Structure end |