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.
1097 1098 1099 1100 1101 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1097 class CreateElasticsearchDomainResponse < Struct.new( :domain_status) SENSITIVE = [] include Aws::Structure end |