Class: Aws::ElasticsearchService::Types::DeleteElasticsearchDomainRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElasticsearchService::Types::DeleteElasticsearchDomainRequest
 
- 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
- 
  
    
      #domain_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the Elasticsearch domain that you want to permanently delete. 
Instance Attribute Details
#domain_name ⇒ String
The name of the Elasticsearch domain that you want to permanently delete.
| 1143 1144 1145 1146 1147 | # File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1143 class DeleteElasticsearchDomainRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |