Class: Aws::CodeArtifact::Types::DeletePackageGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::DeletePackageGroupResult
- Defined in:
- gems/aws-sdk-codeartifact/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.
600 601 602 603 604 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 600 class DeletePackageGroupResult < Struct.new( :package_group) SENSITIVE = [] include Aws::Structure end |