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

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

Overview

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)


1231
1232
1233
1234
1235
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1231

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