Class: Aws::ElasticsearchService::Types::AutoTune

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

Overview

Specifies Auto-Tune type and Auto-Tune action details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_tune_detailsTypes::AutoTuneDetails

Specifies details of the Auto-Tune action. See the Developer Guide for more information.



335
336
337
338
339
340
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 335

class AutoTune < Struct.new(
  :auto_tune_type,
  :auto_tune_details)
  SENSITIVE = []
  include Aws::Structure
end

#auto_tune_typeString

Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.

Returns:

  • (String)


335
336
337
338
339
340
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 335

class AutoTune < Struct.new(
  :auto_tune_type,
  :auto_tune_details)
  SENSITIVE = []
  include Aws::Structure
end