Class: Aws::DataSync::Types::TaskSchedule
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::TaskSchedule
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
Specifies the schedule you want your task to use for repeated executions. For more information, see Schedule Expressions for Rules.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schedule_expression ⇒ String
A cron expression that specifies when DataSync initiates a scheduled transfer from a source to a destination location.
Instance Attribute Details
#schedule_expression ⇒ String
A cron expression that specifies when DataSync initiates a scheduled transfer from a source to a destination location.
3504 3505 3506 3507 3508 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3504 class TaskSchedule < Struct.new( :schedule_expression) SENSITIVE = [] include Aws::Structure end |