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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

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

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.



664
665
666
667
668
# File 'lib/aws-sdk-opensearchservice/types.rb', line 664

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