Class: Aws::OpenSearchService::Types::CancelDomainConfigChangeRequest

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 an OpenSearch Service domain. Domain names are unique across the domains owned by an account within an Amazon Web Services Region.

Returns:

  • (String)


778
779
780
781
782
783
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 778

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)


778
779
780
781
782
783
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 778

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