Class: Aws::OpenSearchService::Types::DeletePackageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DeletePackageResponse
- Defined in:
- gems/aws-sdk-opensearchservice/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.
2244 2245 2246 2247 2248 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2244 class DeletePackageResponse < Struct.new( :package_details) SENSITIVE = [] include Aws::Structure end |