You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DataSync::Types::TaskSchedule
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::TaskSchedule
- Defined in:
- (unknown)
Overview
Note:
When passing TaskSchedule as input to an Aws::Client method, you can use a vanilla Hash:
{
schedule_expression: "ScheduleExpressionCron", # required
}
Specifies the schedule you want your task to use for repeated executions. For more information, see Schedule Expressions for Rules.
Returned by:
Instance Attribute Summary collapse
-
#schedule_expression ⇒ String
A cron expression that specifies when AWS DataSync initiates a scheduled transfer from a source to a destination location.
Instance Attribute Details
#schedule_expression ⇒ String
A cron expression that specifies when AWS DataSync initiates a scheduled transfer from a source to a destination location.