Class: Aws::OpenSearchService::Types::DescribeDryRunProgressRequest

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

#domain_nameString

The name of the domain.

Returns:

  • (String)


2180
2181
2182
2183
2184
2185
2186
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2180

class DescribeDryRunProgressRequest < Struct.new(
  :domain_name,
  :dry_run_id,
  :load_dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#dry_run_idString

The unique identifier of the dry run.

Returns:

  • (String)


2180
2181
2182
2183
2184
2185
2186
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2180

class DescribeDryRunProgressRequest < Struct.new(
  :domain_name,
  :dry_run_id,
  :load_dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#load_dry_run_configBoolean

Whether to include the configuration of the dry run in the response. The configuration specifies the updates that you're planning to make on the domain.

Returns:

  • (Boolean)


2180
2181
2182
2183
2184
2185
2186
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2180

class DescribeDryRunProgressRequest < Struct.new(
  :domain_name,
  :dry_run_id,
  :load_dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end