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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

Note:

When making an API call, you may pass DeletePackageRequest data as a hash:

{
  package_id: "PackageID", # required
}

Container for request parameters to ‘ DeletePackage ` operation.

Constant Summary collapse

SENSITIVE =
[]

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)


862
863
864
865
866
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 862

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