Class: Aws::ElasticsearchService::Types::DescribeElasticsearchDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DescribeElasticsearchDomainResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
The result of a ‘DescribeElasticsearchDomain` request. Contains the status of the domain specified in the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_status ⇒ Types::ElasticsearchDomainStatus
The current status of the Elasticsearch domain.
Instance Attribute Details
#domain_status ⇒ Types::ElasticsearchDomainStatus
The current status of the Elasticsearch domain.
1303 1304 1305 1306 1307 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1303 class DescribeElasticsearchDomainResponse < Struct.new( :domain_status) SENSITIVE = [] include Aws::Structure end |