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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1226
1227
1228
1229
1230
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1226

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