class Aws::Glue::Types::UpdateCrawlerScheduleRequest

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

data as a hash:

    {
      crawler_name: "NameString", # required
      schedule: "CronExpression",
    }

@!attribute [rw] crawler_name

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

@!attribute [rw] schedule

The updated `cron` expression used to specify the schedule (see
[Time-Based Schedules for Jobs and Crawlers][1]. For example, to run
something every day at 12:15 UTC, you would specify: `cron(15 12 * *
? *)`.

[1]: https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateCrawlerScheduleRequest AWS API Documentation

Constants

SENSITIVE