Class: Aws::ElasticsearchService::Types::CancelledChangeProperty

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

Overview

A property change that was cancelled for an Amazon OpenSearch Service domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#active_valueString

The current value of the property, after the change was cancelled.

Returns:

  • (String)


632
633
634
635
636
637
638
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 632

class CancelledChangeProperty < Struct.new(
  :property_name,
  :cancelled_value,
  :active_value)
  SENSITIVE = []
  include Aws::Structure
end

#cancelled_valueString

The pending value of the property that was cancelled. This would have been the eventual value of the property if the chance had not been cancelled.

Returns:

  • (String)


632
633
634
635
636
637
638
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 632

class CancelledChangeProperty < Struct.new(
  :property_name,
  :cancelled_value,
  :active_value)
  SENSITIVE = []
  include Aws::Structure
end

#property_nameString

The name of the property whose change was cancelled.

Returns:

  • (String)


632
633
634
635
636
637
638
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 632

class CancelledChangeProperty < Struct.new(
  :property_name,
  :cancelled_value,
  :active_value)
  SENSITIVE = []
  include Aws::Structure
end