Class: Aws::OpenSearchService::Types::CancelDomainConfigChangeResponse

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

#cancelled_change_idsArray<String>

The unique identifiers of the changes that were cancelled.

Returns:

  • (Array<String>)


800
801
802
803
804
805
806
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 800

class CancelDomainConfigChangeResponse < Struct.new(
  :cancelled_change_ids,
  :cancelled_change_properties,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#cancelled_change_propertiesArray<Types::CancelledChangeProperty>

The domain change properties that were cancelled.

Returns:



800
801
802
803
804
805
806
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 800

class CancelDomainConfigChangeResponse < Struct.new(
  :cancelled_change_ids,
  :cancelled_change_properties,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#dry_runBoolean

Whether or not the request was a dry run. If True, the changes were not actually cancelled.

Returns:

  • (Boolean)


800
801
802
803
804
805
806
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 800

class CancelDomainConfigChangeResponse < Struct.new(
  :cancelled_change_ids,
  :cancelled_change_properties,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end