You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticsearchService::Types::DeletePackageRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeletePackageRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  package_id: "PackageID", # required
}

Container for request parameters to DeletePackage operation.

Instance Attribute Summary collapse

Instance Attribute Details

#package_idString

Internal ID of the package that you want to delete. Use DescribePackages to find this value.

Returns:

  • (String)

    Internal ID of the package that you want to delete.