Class: Aws::OpenSearchService::Types::DescribeDomainAutoTunesRequest

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

Overview

Container for the parameters to the ‘DescribeDomainAutoTunes` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

Name of the domain that you want Auto-Tune details about.

Returns:

  • (String)


2225
2226
2227
2228
2229
2230
2231
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2225

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

#max_resultsInteger

An optional parameter that specifies the maximum number of results to return. You can use ‘nextToken` to get the next page of results.

Returns:

  • (Integer)


2225
2226
2227
2228
2229
2230
2231
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2225

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

#next_tokenString

If your initial ‘DescribeDomainAutoTunes` operation returns a `nextToken`, you can include the returned `nextToken` in subsequent `DescribeDomainAutoTunes` operations, which returns results in the next page.

Returns:

  • (String)


2225
2226
2227
2228
2229
2230
2231
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2225

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