Class: Aws::ElasticsearchService::Types::AutoTuneOptionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::AutoTuneOptionsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Specifies the Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_message ⇒ String
Specifies the error message while enabling or disabling the Auto-Tune.
-
#state ⇒ String
Specifies the ‘AutoTuneState` for the Elasticsearch domain.
Instance Attribute Details
#error_message ⇒ String
Specifies the error message while enabling or disabling the Auto-Tune.
468 469 470 471 472 473 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 468 class AutoTuneOptionsOutput < Struct.new( :state, :error_message) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Specifies the ‘AutoTuneState` for the Elasticsearch domain.
468 469 470 471 472 473 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 468 class AutoTuneOptionsOutput < Struct.new( :state, :error_message) SENSITIVE = [] include Aws::Structure end |