Class: Aws::DataSync::Types::TaskSchedule

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#schedule_expressionString

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

Returns:

  • (String)


5488
5489
5490
5491
5492
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5488

class TaskSchedule < Struct.new(
  :schedule_expression)
  SENSITIVE = []
  include Aws::Structure
end