Module: Aws::OpenSearchService::Client::_DescribeDryRunProgressResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDryRunProgressResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #dry_run_config ⇒ Types::DomainStatus
- #dry_run_progress_status ⇒ Types::DryRunProgressStatus
- #dry_run_results ⇒ Types::DryRunResults
Instance Method Details
#dry_run_config ⇒ Types::DomainStatus
672 |
# File 'sig/client.rbs', line 672
def dry_run_config: () -> Types::DomainStatus
|
#dry_run_progress_status ⇒ Types::DryRunProgressStatus
671 |
# File 'sig/client.rbs', line 671
def dry_run_progress_status: () -> Types::DryRunProgressStatus
|
#dry_run_results ⇒ Types::DryRunResults
673 |
# File 'sig/client.rbs', line 673
def dry_run_results: () -> Types::DryRunResults
|