Class: Aws::ElasticsearchService::Types::DeleteElasticsearchDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DeleteElasticsearchDomainResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
The result of a ‘DeleteElasticsearchDomain` request. Contains the status of the pending deletion, or no status if the domain and all of its resources have been deleted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_status ⇒ Types::ElasticsearchDomainStatus
The status of the Elasticsearch domain being deleted.
Instance Attribute Details
#domain_status ⇒ Types::ElasticsearchDomainStatus
The status of the Elasticsearch domain being deleted.
1053 1054 1055 1056 1057 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1053 class DeleteElasticsearchDomainResponse < Struct.new( :domain_status) SENSITIVE = [] include Aws::Structure end |