Class: Aws::OpenSearchService::Types::DescribeDryRunProgressResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DescribeDryRunProgressResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dry_run_config ⇒ Types::DomainStatus
Details about the changes you’re planning to make on the domain.
-
#dry_run_progress_status ⇒ Types::DryRunProgressStatus
The current status of the dry run, including any validation errors.
-
#dry_run_results ⇒ Types::DryRunResults
The results of the dry run.
Instance Attribute Details
#dry_run_config ⇒ Types::DomainStatus
Details about the changes you’re planning to make on the domain.
2571 2572 2573 2574 2575 2576 2577 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2571 class DescribeDryRunProgressResponse < Struct.new( :dry_run_progress_status, :dry_run_config, :dry_run_results) SENSITIVE = [] include Aws::Structure end |
#dry_run_progress_status ⇒ Types::DryRunProgressStatus
The current status of the dry run, including any validation errors.
2571 2572 2573 2574 2575 2576 2577 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2571 class DescribeDryRunProgressResponse < Struct.new( :dry_run_progress_status, :dry_run_config, :dry_run_results) SENSITIVE = [] include Aws::Structure end |
#dry_run_results ⇒ Types::DryRunResults
The results of the dry run.
2571 2572 2573 2574 2575 2576 2577 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2571 class DescribeDryRunProgressResponse < Struct.new( :dry_run_progress_status, :dry_run_config, :dry_run_results) SENSITIVE = [] include Aws::Structure end |