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.

[1]: docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html

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][1

for more information.

[1]: docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html



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