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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


815
816
817
818
819
820
821
# File 'lib/aws-sdk-opensearchservice/types.rb', line 815

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)


815
816
817
818
819
820
821
# File 'lib/aws-sdk-opensearchservice/types.rb', line 815

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)


815
816
817
818
819
820
821
# File 'lib/aws-sdk-opensearchservice/types.rb', line 815

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