Class: Aws::OpenSearchService::Types::DescribeDryRunProgressResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dry_run_configTypes::DomainStatus

Details about the changes you’re planning to make on the domain.

Returns:



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_statusTypes::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_resultsTypes::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