Class: Aws::CodeArtifact::Types::CreatePackageGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::CreatePackageGroupResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#package_group ⇒ Types::PackageGroupDescription
Information about the created package group after processing the request.
Instance Attribute Details
#package_group ⇒ Types::PackageGroupDescription
Information about the created package group after processing the request.
435 436 437 438 439 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 435 class CreatePackageGroupResult < Struct.new( :package_group) SENSITIVE = [] include Aws::Structure end |