Class: Aws::CodeArtifact::Types::PackageGroupReference

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

Overview

Information about the identifiers of a package group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the package group.

Returns:

  • (String)


3121
3122
3123
3124
3125
3126
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3121

class PackageGroupReference < Struct.new(
  :arn,
  :pattern)
  SENSITIVE = []
  include Aws::Structure
end

#patternString

The pattern of the package group. The pattern determines which packages are associated with the package group, and is also the identifier of the package group.

Returns:

  • (String)


3121
3122
3123
3124
3125
3126
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3121

class PackageGroupReference < Struct.new(
  :arn,
  :pattern)
  SENSITIVE = []
  include Aws::Structure
end