Class: Aws::OpenSearchService::Types::AutoTuneDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AutoTuneDetails
- 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
-
#scheduled_auto_tune_details ⇒ Types::ScheduledAutoTuneDetails
Container for details about a scheduled Auto-Tune action.
Instance Attribute Details
#scheduled_auto_tune_details ⇒ Types::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 |