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
Specifies the Auto-Tune type and Auto-Tune action details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_tune_details ⇒ Types::AutoTuneDetails
Specifies details about the Auto-Tune action.
-
#auto_tune_type ⇒ String
Specifies the Auto-Tune type.
Instance Attribute Details
#auto_tune_details ⇒ Types::AutoTuneDetails
Specifies details about the Auto-Tune action. See Auto-Tune for Amazon OpenSearch Service for more information.
389 390 391 392 393 394 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 389 class AutoTune < Struct.new( :auto_tune_type, :auto_tune_details) SENSITIVE = [] include Aws::Structure end |
#auto_tune_type ⇒ String
Specifies the Auto-Tune type. Valid value is SCHEDULED_ACTION.
389 390 391 392 393 394 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 389 class AutoTune < Struct.new( :auto_tune_type, :auto_tune_details) SENSITIVE = [] include Aws::Structure end |