Class: Aws::ElasticsearchService::Types::DescribeDomainAutoTunesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DescribeDomainAutoTunesResponse
- 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
-
#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.
[1]: docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html
1213 1214 1215 1216 1217 1218 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1213 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.
1213 1214 1215 1216 1217 1218 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1213 class DescribeDomainAutoTunesResponse < Struct.new( :auto_tunes, :next_token) SENSITIVE = [] include Aws::Structure end |