Module: Aws::OpenSearchService::Client::_UpdateDomainConfigResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateDomainConfigResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #domain_config ⇒ Types::DomainConfig
- #dry_run_progress_status ⇒ Types::DryRunProgressStatus
- #dry_run_results ⇒ Types::DryRunResults
Instance Method Details
#domain_config ⇒ Types::DomainConfig
1447 |
# File 'sig/client.rbs', line 1447
def domain_config: () -> Types::DomainConfig
|
#dry_run_progress_status ⇒ Types::DryRunProgressStatus
1449 |
# File 'sig/client.rbs', line 1449
def dry_run_progress_status: () -> Types::DryRunProgressStatus
|
#dry_run_results ⇒ Types::DryRunResults
1448 |
# File 'sig/client.rbs', line 1448
def dry_run_results: () -> Types::DryRunResults
|