Class: Aws::OpenSearchService::Types::DeletePackageRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#package_idString

The internal ID of the package you want to delete. Use ‘DescribePackages` to find this value.

Returns:

  • (String)


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