Class: Aws::ElasticsearchService::Types::AutoTuneDetails

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scheduled_auto_tune_detailsTypes::ScheduledAutoTuneDetails

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



358
359
360
361
362
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 358

class AutoTuneDetails < Struct.new(
  :scheduled_auto_tune_details)
  SENSITIVE = []
  include Aws::Structure
end