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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/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:



2202
2203
2204
2205
2206
2207
2208
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2202

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.



2202
2203
2204
2205
2206
2207
2208
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2202

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.



2202
2203
2204
2205
2206
2207
2208
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2202

class DescribeDryRunProgressResponse < Struct.new(
  :dry_run_progress_status,
  :dry_run_config,
  :dry_run_results)
  SENSITIVE = []
  include Aws::Structure
end