Class: Aws::ElasticsearchService::Types::CancelDomainConfigChangeRequest

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

Overview

Container for parameters of the ‘CancelDomainConfigChange` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

Name of the OpenSearch Service domain configuration request to cancel.

Returns:

  • (String)


556
557
558
559
560
561
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 556

class CancelDomainConfigChangeRequest < Struct.new(
  :domain_name,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#dry_runBoolean

When set to True, returns the list of change IDs and properties that will be cancelled without actually cancelling the change.

Returns:

  • (Boolean)


556
557
558
559
560
561
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 556

class CancelDomainConfigChangeRequest < Struct.new(
  :domain_name,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end