Class: Aws::ElasticsearchService::Types::CancelDomainConfigChangeResponse

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

Overview

Contains the details of the cancelled domain config change.

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>)


578
579
580
581
582
583
584
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 578

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

#cancelled_change_propertiesArray<Types::CancelledChangeProperty>

The domain change properties that were cancelled.

Returns:



578
579
580
581
582
583
584
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 578

class CancelDomainConfigChangeResponse < Struct.new(
  :dry_run,
  :cancelled_change_ids,
  :cancelled_change_properties)
  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)


578
579
580
581
582
583
584
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 578

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