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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html

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)


5294
5295
5296
5297
5298
# File 'lib/aws-sdk-datasync/types.rb', line 5294

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