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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_statusTypes::ElasticsearchDomainStatus

The status of the newly created Elasticsearch domain.



986
987
988
989
990
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 986

class CreateElasticsearchDomainResponse < Struct.new(
  :domain_status)
  SENSITIVE = []
  include Aws::Structure
end