Class: Aws::OpenSearchService::Types::AutoTune

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

Overview

Information about an Auto-Tune action. For more information, see Auto-Tune for Amazon OpenSearch Service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_tune_detailsTypes::AutoTuneDetails

Details about an Auto-Tune action.



459
460
461
462
463
464
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 459

class AutoTune < Struct.new(
  :auto_tune_type,
  :auto_tune_details)
  SENSITIVE = []
  include Aws::Structure
end

#auto_tune_typeString

The type of Auto-Tune action.

Returns:

  • (String)


459
460
461
462
463
464
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 459

class AutoTune < Struct.new(
  :auto_tune_type,
  :auto_tune_details)
  SENSITIVE = []
  include Aws::Structure
end