class Aws::GlueDataBrew::Types::Schedule

Represents one or more dates and times when a job is to run.

@!attribute [rw] account_id

The ID of the Amazon Web Services account that owns the schedule.
@return [String]

@!attribute [rw] created_by

The Amazon Resource Name (ARN) of the user who created the schedule.
@return [String]

@!attribute [rw] create_date

The date and time that the schedule was created.
@return [Time]

@!attribute [rw] job_names

A list of jobs to be run, according to the schedule.
@return [Array<String>]

@!attribute [rw] last_modified_by

The Amazon Resource Name (ARN) of the user who last modified the
schedule.
@return [String]

@!attribute [rw] last_modified_date

The date and time when the schedule was last modified.
@return [Time]

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the schedule.
@return [String]

@!attribute [rw] cron_expression

The dates and times when the job is to 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] tags

Metadata tags that have been applied to the schedule.
@return [Hash<String,String>]

@!attribute [rw] name

The name of the schedule.
@return [String]

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

Constants

SENSITIVE