Class: Aws::ElasticsearchService::Types::DeleteElasticsearchDomainRequest

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 DeleteElasticsearchDomainRequest data as a hash:

{
  domain_name: "DomainName", # required
}

Container for the parameters to the ‘DeleteElasticsearchDomain` operation. Specifies the name of the Elasticsearch domain that you want to delete.

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the Elasticsearch domain that you want to permanently delete.



237
238
239
240
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 237

class DeleteElasticsearchDomainRequest < Struct.new(
  :domain_name)
  include Aws::Structure
end