Class: Aws::ElasticsearchService::Types::CreateElasticsearchDomainResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

The result of a ‘CreateElasticsearchDomain` operation. Contains the status of the newly created Elasticsearch domain.

Instance Attribute Summary collapse

Instance Attribute Details

#domain_statusTypes::ElasticsearchDomainStatus

The status of the newly created Elasticsearch domain.



216
217
218
219
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 216

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