DescribeDomainAutoTunesResponse class

The result of a DescribeDomainAutoTunes request. See Auto-Tune for Amazon OpenSearch Service for more information.

Constructors

DescribeDomainAutoTunesResponse({List<AutoTune>? autoTunes, String? nextToken})
DescribeDomainAutoTunesResponse.fromJson(Map<String, dynamic> json)
factory

Properties

autoTunes List<AutoTune>?
The list of setting adjustments that Auto-Tune has made to the domain. See Auto-Tune for Amazon OpenSearch Service for more information.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
An identifier to allow retrieval of paginated results.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited