Class: Aws::OpenSearchService::Types::AutoTuneDetails

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

Overview

Specifies details about a scheduled Auto-Tune action. For more information, see Auto-Tune for Amazon OpenSearch Service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scheduled_auto_tune_detailsTypes::ScheduledAutoTuneDetails

Container for details about a scheduled Auto-Tune action.



479
480
481
482
483
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 479

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