Class: Aws::OpenSearchService::Types::DeletePackageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DeletePackageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the response parameters to the ‘DeletePackage` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#package_details ⇒ Types::PackageDetails
Information about the deleted package.
Instance Attribute Details
#package_details ⇒ Types::PackageDetails
Information about the deleted package.
1870 1871 1872 1873 1874 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1870 class DeletePackageResponse < Struct.new( :package_details) SENSITIVE = [] include Aws::Structure end |