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

Class: Aws::GlueDataBrew::Types::Schedule

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the AWS account that owns the schedule.

Returns:

  • (String)

    The ID of the AWS account that owns the schedule.

#create_dateTime

The date and time that the schedule was created.

Returns:

  • (Time)

    The date and time that the schedule was created.

#created_byString

The identifier (the user name) of the user who created the schedule.

Returns:

  • (String)

    The identifier (the user name) of the user who created the schedule.

#cron_expressionString

The date(s) and time(s), in cron format, when the job will run.

Returns:

  • (String)

    The date(s) and time(s), in cron format, when the job will run.

#job_namesArray<String>

A list of jobs to be run, according to the schedule.

Returns:

  • (Array<String>)

    A list of jobs to be run, according to the schedule.

#last_modified_byString

The identifier (the user name) of the user who last modified the schedule.

Returns:

  • (String)

    The identifier (the user name) of the user who last modified the schedule.

#last_modified_dateTime

The date and time when the schedule was last modified.

Returns:

  • (Time)

    The date and time when the schedule was last modified.

#nameString

The name of the schedule.

Returns:

  • (String)

    The name of the schedule.

#resource_arnString

The Amazon Resource Name (ARN) of the schedule.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the schedule.

#tagsHash<String,String>

Metadata tags that have been applied to the schedule.

Returns:

  • (Hash<String,String>)

    Metadata tags that have been applied to the schedule.