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.
4087 4088 4089 4090 4091 4092 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4087 class UpdateElasticsearchDomainConfigResponse < Struct.new( :domain_config, :dry_run_results) SENSITIVE = [] include Aws::Structure end |
#dry_run_results ⇒ Types::DryRunResults
Contains result of DryRun.
4087 4088 4089 4090 4091 4092 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4087 class UpdateElasticsearchDomainConfigResponse < Struct.new( :domain_config, :dry_run_results) SENSITIVE = [] include Aws::Structure end |