Class: Aws::ElasticsearchService::Types::DescribeDomainAutoTunesResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElasticsearchService::Types::DescribeDomainAutoTunesResponse
 
- Defined in:
- gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb
Overview
The result of DescribeDomainAutoTunes request. See the Developer
Guide for more information.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #auto_tunes  ⇒ Array<Types::AutoTune> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the list of setting adjustments that Auto-Tune has made to the domain. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies an identifier to allow retrieval of paginated results. 
Instance Attribute Details
#auto_tunes ⇒ Array<Types::AutoTune>
Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.
| 1317 1318 1319 1320 1321 1322 | # File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1317 class DescribeDomainAutoTunesResponse < Struct.new( :auto_tunes, :next_token) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
Specifies an identifier to allow retrieval of paginated results.
| 1317 1318 1319 1320 1321 1322 | # File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1317 class DescribeDomainAutoTunesResponse < Struct.new( :auto_tunes, :next_token) SENSITIVE = [] include Aws::Structure end |