Class: Aws::OpenSearchService::Types::UpdateDomainConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::UpdateDomainConfigResponse
- Includes:
- Structure
- Defined in:
- 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
-
#domain_config ⇒ Types::DomainConfig
The status of the updated domain.
-
#dry_run_progress_status ⇒ Types::DryRunProgressStatus
The status of the dry run being performed on the domain, if any.
-
#dry_run_results ⇒ Types::DryRunResults
Results of the dry run performed in the update domain request.
Instance Attribute Details
#domain_config ⇒ Types::DomainConfig
The status of the updated domain.
7205 7206 7207 7208 7209 7210 7211 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7205 class UpdateDomainConfigResponse < Struct.new( :domain_config, :dry_run_results, :dry_run_progress_status) SENSITIVE = [] include Aws::Structure end |
#dry_run_progress_status ⇒ Types::DryRunProgressStatus
The status of the dry run being performed on the domain, if any.
7205 7206 7207 7208 7209 7210 7211 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7205 class UpdateDomainConfigResponse < Struct.new( :domain_config, :dry_run_results, :dry_run_progress_status) SENSITIVE = [] include Aws::Structure end |
#dry_run_results ⇒ Types::DryRunResults
Results of the dry run performed in the update domain request.
7205 7206 7207 7208 7209 7210 7211 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7205 class UpdateDomainConfigResponse < Struct.new( :domain_config, :dry_run_results, :dry_run_progress_status) SENSITIVE = [] include Aws::Structure end |