Class: Aws::ElasticsearchService::Types::AutoTuneDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ElasticsearchService::Types::AutoTuneDetails
 
 
- Defined in:
 - gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb
 
Overview
Specifies details of the Auto-Tune action. See the Developer Guide for more information.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #scheduled_auto_tune_details  ⇒ Types::ScheduledAutoTuneDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies details of the scheduled Auto-Tune action.
 
Instance Attribute Details
#scheduled_auto_tune_details ⇒ Types::ScheduledAutoTuneDetails
Specifies details of the scheduled Auto-Tune action. See the Developer Guide for more information.
      358 359 360 361 362  | 
    
      # File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 358 class AutoTuneDetails < Struct.new( :scheduled_auto_tune_details) SENSITIVE = [] include Aws::Structure end  |