Class: Aws::ElasticsearchService::Types::DeleteElasticsearchDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DeleteElasticsearchDomainResponse
- Defined in:
- gems/aws-sdk-elasticsearchservice/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.
1157 1158 1159 1160 1161 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1157 class DeleteElasticsearchDomainResponse < Struct.new( :domain_status) SENSITIVE = [] include Aws::Structure end |