Class: Aws::OpenSearchService::Types::UpdateDomainConfigResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

The results of an UpdateDomain request. Contains the status of the domain being updated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_configTypes::DomainConfig

The status of the updated domain.

Returns:



6064
6065
6066
6067
6068
6069
6070
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6064

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

#dry_run_progress_statusTypes::DryRunProgressStatus

The status of the dry run being performed on the domain, if any.



6064
6065
6066
6067
6068
6069
6070
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6064

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

#dry_run_resultsTypes::DryRunResults

Results of the dry run performed in the update domain request.



6064
6065
6066
6067
6068
6069
6070
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6064

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