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)


5195
5196
5197
5198
5199
# File 'lib/aws-sdk-datasync/types.rb', line 5195

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