Class: Aws::CodeArtifact::Types::DescribePackageGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::DescribePackageGroupResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#package_group ⇒ Types::PackageGroupDescription
A [PackageGroupDescription] object that contains information about the requested package group.
Instance Attribute Details
#package_group ⇒ Types::PackageGroupDescription
A [PackageGroupDescription] object that contains information about the requested package group.
[1]: docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageGroupDescription.html
925 926 927 928 929 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 925 class DescribePackageGroupResult < Struct.new( :package_group) SENSITIVE = [] include Aws::Structure end |