Class: Aws::OpenSearchService::Types::AutoTune
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AutoTune
- 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
-
#auto_tune_details ⇒ Types::AutoTuneDetails
Details about an Auto-Tune action.
-
#auto_tune_type ⇒ String
The type of Auto-Tune action.
Instance Attribute Details
#auto_tune_details ⇒ Types::AutoTuneDetails
Details about an Auto-Tune action.
693 694 695 696 697 698 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 693 class AutoTune < Struct.new( :auto_tune_type, :auto_tune_details) SENSITIVE = [] include Aws::Structure end |