Class: Aws::CodeArtifact::Types::DeletePackageResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::DeletePackageResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deleted_package ⇒ Types::PackageSummary
Details about a package, including its format, namespace, and name.
Instance Attribute Details
#deleted_package ⇒ Types::PackageSummary
Details about a package, including its format, namespace, and name.
672 673 674 675 676 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 672 class DeletePackageResult < Struct.new( :deleted_package) SENSITIVE = [] include Aws::Structure end |