AutoTuneMaintenanceSchedule class

Specifies the Auto-Tune maintenance schedule. See Auto-Tune for Amazon OpenSearch Service for more information.

Constructors

AutoTuneMaintenanceSchedule({String? cronExpressionForRecurrence, Duration? duration, DateTime? startAt})
AutoTuneMaintenanceSchedule.fromJson(Map<String, dynamic> json)
factory

Properties

cronExpressionForRecurrence String?
A cron expression for a recurring maintenance schedule. See Auto-Tune for Amazon OpenSearch Service for more information.
final
duration Duration?
Specifies maintenance schedule duration: duration value and duration unit. See Auto-Tune for Amazon OpenSearch Service for more information.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startAt DateTime?
The timestamp at which the Auto-Tune maintenance schedule starts.
final

Methods

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

Operators

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