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
show all
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

Instance Attribute Details

#schedule_expressionString

A cron expression that specifies when AWS DataSync initiates a scheduled transfer from a source to a destination location.

Returns:

  • (String)

    A cron expression that specifies when AWS DataSync initiates a scheduled transfer from a source to a destination location.