Class: Aws::ElasticsearchService::Types::DescribeElasticsearchDomainResponse

Inherits:
Struct
  • Object
show all
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.

Instance Attribute Summary collapse

Instance Attribute Details

#domain_statusTypes::ElasticsearchDomainStatus

The current status of the Elasticsearch domain.



314
315
316
317
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 314

class DescribeElasticsearchDomainResponse < Struct.new(
  :domain_status)
  include Aws::Structure
end