Class: Aws::ElasticsearchService::Types::UpdateElasticsearchDomainConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::UpdateElasticsearchDomainConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
The result of an ‘UpdateElasticsearchDomain` request. Contains the status of the Elasticsearch domain being updated.
Instance Attribute Summary collapse
-
#domain_config ⇒ Types::ElasticsearchDomainConfig
The status of the updated Elasticsearch domain.
Instance Attribute Details
#domain_config ⇒ Types::ElasticsearchDomainConfig
The status of the updated Elasticsearch domain.
1181 1182 1183 1184 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1181 class UpdateElasticsearchDomainConfigResponse < Struct.new( :domain_config) include Aws::Structure end |