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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-elasticsearchservice/types.rb', line 358

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