TaskSchedule class
Specifies the schedule you want your task to use for repeated executions. For more information, see Schedule Expressions for Rules.
Constructors
- TaskSchedule({required String scheduleExpression})
-
TaskSchedule.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheduleExpression → String
-
A cron expression that specifies when AWS DataSync initiates a scheduled
transfer from a source to a destination location.
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