Class: Aws::ElasticsearchService::Types::UpdateElasticsearchDomainConfigResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/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

Instance Attribute Details

#domain_configTypes::ElasticsearchDomainConfig

The status of the updated Elasticsearch domain.



4247
4248
4249
4250
4251
4252
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4247

class UpdateElasticsearchDomainConfigResponse < Struct.new(
  :domain_config,
  :dry_run_results)
  SENSITIVE = []
  include Aws::Structure
end

#dry_run_resultsTypes::DryRunResults

Contains result of DryRun.



4247
4248
4249
4250
4251
4252
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4247

class UpdateElasticsearchDomainConfigResponse < Struct.new(
  :domain_config,
  :dry_run_results)
  SENSITIVE = []
  include Aws::Structure
end