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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3133
3134
3135
3136
3137
3138
# File 'lib/aws-sdk-codeartifact/types.rb', line 3133

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)


3133
3134
3135
3136
3137
3138
# File 'lib/aws-sdk-codeartifact/types.rb', line 3133

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