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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_config ⇒ Types::ElasticsearchDomainConfig
The status of the updated Elasticsearch domain.
-
#dry_run_results ⇒ Types::DryRunResults
Contains result of DryRun.
Instance Attribute Details
#domain_config ⇒ Types::ElasticsearchDomainConfig
The status of the updated Elasticsearch domain.
4247 4248 4249 4250 4251 4252 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4247 class UpdateElasticsearchDomainConfigResponse < Struct.new( :domain_config, :dry_run_results) SENSITIVE = [] include Aws::Structure end |
#dry_run_results ⇒ Types::DryRunResults
Contains result of DryRun.
4247 4248 4249 4250 4251 4252 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4247 class UpdateElasticsearchDomainConfigResponse < Struct.new( :domain_config, :dry_run_results) SENSITIVE = [] include Aws::Structure end |