Method: Aws::CodeArtifact::Types::PackageGroupDescription#pattern
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
#pattern ⇒ String
The pattern of the package group. The pattern determines which packages are associated with the package group.
3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 3044 class PackageGroupDescription < Struct.new( :arn, :pattern, :domain_name, :domain_owner, :created_time, :contact_info, :description, :origin_configuration, :parent) SENSITIVE = [] include Aws::Structure end |