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

Class: Aws::GlueDataBrew::Types::DescribeScheduleResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#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 (user name) of the user who created the schedule.

Returns:

  • (String)

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

#cron_expressionString

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

Returns:

  • (String)

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

#job_namesArray<String>

The name or names of one or more jobs to be run by using the schedule.

Returns:

  • (Array<String>)

    The name or names of one or more jobs to be run by using the schedule.

#last_modified_byString

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

Returns:

  • (String)

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

#last_modified_dateTime

The date and time that the schedule was last modified.

Returns:

  • (Time)

    The date and time that 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 associated with this schedule.

Returns:

  • (Hash<String,String>)

    Metadata tags associated with this schedule.