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
- Struct
- Aws::GlueDataBrew::Types::DescribeScheduleResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#create_date ⇒ Time
The date and time that the schedule was created.
-
#created_by ⇒ String
The identifier (user name) of the user who created the schedule.
-
#cron_expression ⇒ String
The date or dates and time or times, in
cron
format, when the jobs are to be run for the schedule. -
#job_names ⇒ Array<String>
The name or names of one or more jobs to be run by using the schedule.
-
#last_modified_by ⇒ String
The identifier (user name) of the user who last modified the schedule.
-
#last_modified_date ⇒ Time
The date and time that the schedule was last modified.
-
#name ⇒ String
The name of the schedule.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the schedule.
-
#tags ⇒ Hash<String,String>
Metadata tags associated with this schedule.
Instance Attribute Details
#create_date ⇒ Time
The date and time that the schedule was created.
#created_by ⇒ String
The identifier (user name) of the user who created the schedule.
#cron_expression ⇒ String
The date or dates and time or times, in cron
format, when the jobs are
to be run for the schedule.
#job_names ⇒ Array<String>
The name or names of one or more jobs to be run by using the schedule.
#last_modified_by ⇒ String
The identifier (user name) of the user who last modified the schedule.
#last_modified_date ⇒ Time
The date and time that the schedule was last modified.
#name ⇒ String
The name of the schedule.
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the schedule.
#tags ⇒ Hash<String,String>
Metadata tags associated with this schedule.