Class: Aws::OpenSearchService::Types::AutoTune
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AutoTune
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Information about an 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
-
#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.
522 523 524 525 526 527 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 522 class AutoTune < Struct.new( :auto_tune_type, :auto_tune_details) SENSITIVE = [] include Aws::Structure end |