Class: Aws::OpenSearchService::Types::DeletePackageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DeletePackageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Deletes a package from OpenSearch Service. The package can’t be associated with any OpenSearch Service domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#package_id ⇒ String
The internal ID of the package you want to delete.
Instance Attribute Details
#package_id ⇒ String
The internal ID of the package you want to delete. Use ‘DescribePackages` to find this value.
2151 2152 2153 2154 2155 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2151 class DeletePackageRequest < Struct.new( :package_id) SENSITIVE = [] include Aws::Structure end |