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.
509 510 511 512 513 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 509 class DeletePackageResult < Struct.new( :deleted_package) SENSITIVE = [] include Aws::Structure end |