ScheduledAutoTuneDetails class

Specifies details about the scheduled Auto-Tune action. See Auto-Tune for Amazon OpenSearch Service for more information.

Properties

action String?
The Auto-Tune action description.
final
actionType ScheduledAutoTuneActionType?
The Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING.
final
date DateTime?
The timestamp of the Auto-Tune action scheduled for the domain.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity ScheduledAutoTuneSeverityType?
The Auto-Tune action severity. Valid values are LOW, MEDIUM, and HIGH.
final

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