Class: Aws::OpenSearchService::Types::UpdateDomainConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::UpdateDomainConfigResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
The result 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_results ⇒ Types::DryRunResults
Contains result of DryRun.
Instance Attribute Details
#domain_config ⇒ Types::DomainConfig
The status of the updated domain.
4868 4869 4870 4871 4872 4873 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4868 class UpdateDomainConfigResponse < Struct.new( :domain_config, :dry_run_results) SENSITIVE = [] include Aws::Structure end |
#dry_run_results ⇒ Types::DryRunResults
Contains result of DryRun.
4868 4869 4870 4871 4872 4873 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4868 class UpdateDomainConfigResponse < Struct.new( :domain_config, :dry_run_results) SENSITIVE = [] include Aws::Structure end |