Class: Aws::ElasticsearchService::Types::DescribeDomainAutoTunesRequest

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

Overview

Container for the parameters to the ‘DescribeDomainAutoTunes` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

Specifies the domain name for which you want Auto-Tune action details.

Returns:

  • (String)


1289
1290
1291
1292
1293
1294
1295
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1289

class DescribeDomainAutoTunesRequest < Struct.new(
  :domain_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Set this value to limit the number of results returned. If not specified, defaults to 100.

Returns:

  • (Integer)


1289
1290
1291
1292
1293
1294
1295
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1289

class DescribeDomainAutoTunesRequest < Struct.new(
  :domain_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.

Returns:

  • (String)


1289
1290
1291
1292
1293
1294
1295
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1289

class DescribeDomainAutoTunesRequest < Struct.new(
  :domain_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end