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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/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)


1782
1783
1784
1785
1786
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1782

class DeletePackageRequest < Struct.new(
  :package_id)
  SENSITIVE = []
  include Aws::Structure
end