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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

The result of ‘DescribeDomainAutoTunes` request. See the [Developer Guide] for more information.

[1]: docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html

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.

[1]: docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html

Returns:



1317
1318
1319
1320
1321
1322
# File '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 'lib/aws-sdk-elasticsearchservice/types.rb', line 1317

class DescribeDomainAutoTunesResponse < Struct.new(
  :auto_tunes,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end