Class: Aws::OpenSearchService::Types::AutoTuneOptionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AutoTuneOptionsOutput
- 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
-
#error_message ⇒ String
Any errors that occurred while enabling or disabling Auto-Tune.
-
#state ⇒ String
The current state of Auto-Tune on the domain.
-
#use_off_peak_window ⇒ Boolean
Whether the domain’s off-peak window will be used to deploy Auto-Tune changes rather than a maintenance schedule.
Instance Attribute Details
#error_message ⇒ String
Any errors that occurred while enabling or disabling Auto-Tune.
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 |
#state ⇒ String
The current state of Auto-Tune on the domain.
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_window ⇒ Boolean
Whether the domain’s off-peak window will be used to deploy Auto-Tune changes rather than a maintenance schedule.
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 |