Class: Aws::ElasticsearchService::Types::DescribeDomainAutoTunesResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#auto_tunesArray<Types::AutoTune>

Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.

Returns:



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_tokenString

Specifies an identifier to allow retrieval of paginated results.

Returns:

  • (String)


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