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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

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

Returns:

  • (String)


1039
1040
1041
1042
1043
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1039

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