You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GlueDataBrew::Types::UpdateScheduleRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateScheduleRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  job_names: ["JobName"],
  cron_expression: "CronExpression", # required
  name: "ScheduleName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#cron_expressionString

The date or dates and time or times, in cron format, when the jobs are to be run.

Returns:

  • (String)

    The date or dates and time or times, in cron format, when the jobs are to be run.

#job_namesArray<String>

The name or names of one or more jobs to be run for this schedule.

Returns:

  • (Array<String>)

    The name or names of one or more jobs to be run for this schedule.

#nameString

The name of the schedule to update.

Returns:

  • (String)

    The name of the schedule to update.