Class: Aws::ElasticsearchService::Types::CreateElasticsearchDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::CreateElasticsearchDomainResponse
- 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
-
#domain_status ⇒ Types::ElasticsearchDomainStatus
The status of the newly created Elasticsearch domain.
Instance Attribute Details
#domain_status ⇒ Types::ElasticsearchDomainStatus
The status of the newly created Elasticsearch domain.
882 883 884 885 886 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 882 class CreateElasticsearchDomainResponse < Struct.new( :domain_status) SENSITIVE = [] include Aws::Structure end |