Class: Aws::CodeArtifact::Types::DeletePackageGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::DeletePackageGroupResult
- 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 deleted package group after processing the request.
Instance Attribute Details
#package_group ⇒ Types::PackageGroupDescription
Information about the deleted package group after processing the request.
596 597 598 599 600 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 596 class DeletePackageGroupResult < Struct.new( :package_group) SENSITIVE = [] include Aws::Structure end |