class Aws::GlueDataBrew::Types::UpdateScheduleRequest

@note When making an API call, you may pass UpdateScheduleRequest

data as a hash:

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

@!attribute [rw] job_names

The name or names of one or more jobs to be run for this schedule.
@return [Array<String>]

@!attribute [rw] cron_expression

The date or dates and time or times when the jobs are to be run. For
more information, see [Cron expressions][1] in the *Glue DataBrew
Developer Guide*.

[1]: https://docs.aws.amazon.com/databrew/latest/dg/jobs.cron.html
@return [String]

@!attribute [rw] name

The name of the schedule to update.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/UpdateScheduleRequest AWS API Documentation

Constants

SENSITIVE