Class: Aws::OpenSearchService::Types::AutoTuneOptionsOutput

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

Overview

The Auto-Tune settings for a domain, displayed when enabling or disabling Auto-Tune.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

Any errors that occurred while enabling or disabling Auto-Tune.

Returns:

  • (String)


630
631
632
633
634
635
636
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 630

class AutoTuneOptionsOutput < Struct.new(
  :state,
  :error_message,
  :use_off_peak_window)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of Auto-Tune on the domain.

Returns:

  • (String)


630
631
632
633
634
635
636
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 630

class AutoTuneOptionsOutput < Struct.new(
  :state,
  :error_message,
  :use_off_peak_window)
  SENSITIVE = []
  include Aws::Structure
end

#use_off_peak_windowBoolean

Whether the domain's off-peak window will be used to deploy Auto-Tune changes rather than a maintenance schedule.

Returns:

  • (Boolean)


630
631
632
633
634
635
636
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 630

class AutoTuneOptionsOutput < Struct.new(
  :state,
  :error_message,
  :use_off_peak_window)
  SENSITIVE = []
  include Aws::Structure
end