Class: Aws::CodeArtifact::Types::GetAssociatedPackageGroupResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_typeString

Describes the strength of the association between the package and package group. A strong match is also known as an exact match, and a weak match is known as a relative match.

Returns:

  • (String)


1491
1492
1493
1494
1495
1496
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1491

class GetAssociatedPackageGroupResult < Struct.new(
  :package_group,
  :association_type)
  SENSITIVE = []
  include Aws::Structure
end

#package_groupTypes::PackageGroupDescription

The package group that is associated with the requested package.



1491
1492
1493
1494
1495
1496
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1491

class GetAssociatedPackageGroupResult < Struct.new(
  :package_group,
  :association_type)
  SENSITIVE = []
  include Aws::Structure
end