Class: Aws::ElasticsearchService::Types::DescribeDomainAutoTunesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DescribeDomainAutoTunesRequest
- 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
-
#domain_name ⇒ String
Specifies the domain name for which you want Auto-Tune action details.
-
#max_results ⇒ Integer
Set this value to limit the number of results returned.
-
#next_token ⇒ String
NextToken is sent in case the earlier API call results contain the NextToken.
Instance Attribute Details
#domain_name ⇒ String
Specifies the domain name for which you want Auto-Tune action details.
1185 1186 1187 1188 1189 1190 1191 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1185 class DescribeDomainAutoTunesRequest < Struct.new( :domain_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Set this value to limit the number of results returned. If not specified, defaults to 100.
1185 1186 1187 1188 1189 1190 1191 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1185 class DescribeDomainAutoTunesRequest < Struct.new( :domain_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.
1185 1186 1187 1188 1189 1190 1191 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1185 class DescribeDomainAutoTunesRequest < Struct.new( :domain_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |