Class: Aws::ElasticsearchService::Types::DeletePackageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DeletePackageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for request parameters to ‘ DeletePackage ` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#package_id ⇒ String
Internal ID of the package that you want to delete.
Instance Attribute Details
#package_id ⇒ String
Internal ID of the package that you want to delete. Use ‘DescribePackages` to find this value.
1122 1123 1124 1125 1126 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1122 class DeletePackageRequest < Struct.new( :package_id) SENSITIVE = [] include Aws::Structure end |