Class: Aws::GlueDataBrew::Types::Schedule
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::Schedule
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Represents one or more dates and times when a job is to run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ID of the Amazon Web Services account that owns the schedule.
-
#create_date ⇒ Time
The date and time that the schedule was created.
-
#created_by ⇒ String
The Amazon Resource Name (ARN) of the user who created the schedule.
-
#cron_expression ⇒ String
The dates and times when the job is to run.
-
#job_names ⇒ Array<String>
A list of jobs to be run, according to the schedule.
-
#last_modified_by ⇒ String
The Amazon Resource Name (ARN) of the user who last modified the schedule.
-
#last_modified_date ⇒ Time
The date and time when 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 that have been applied to the schedule.
Instance Attribute Details
#account_id ⇒ String
The ID of the Amazon Web Services account that owns the schedule.
3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3467 class Schedule < Struct.new( :account_id, :created_by, :create_date, :job_names, :last_modified_by, :last_modified_date, :resource_arn, :cron_expression, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#create_date ⇒ Time
The date and time that the schedule was created.
3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3467 class Schedule < Struct.new( :account_id, :created_by, :create_date, :job_names, :last_modified_by, :last_modified_date, :resource_arn, :cron_expression, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The Amazon Resource Name (ARN) of the user who created the schedule.
3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3467 class Schedule < Struct.new( :account_id, :created_by, :create_date, :job_names, :last_modified_by, :last_modified_date, :resource_arn, :cron_expression, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#cron_expression ⇒ String
The dates and times when the job is to run. For more information, see [Cron expressions] in the *Glue DataBrew Developer Guide*.
3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3467 class Schedule < Struct.new( :account_id, :created_by, :create_date, :job_names, :last_modified_by, :last_modified_date, :resource_arn, :cron_expression, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#job_names ⇒ Array<String>
A list of jobs to be run, according to the schedule.
3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3467 class Schedule < Struct.new( :account_id, :created_by, :create_date, :job_names, :last_modified_by, :last_modified_date, :resource_arn, :cron_expression, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#last_modified_by ⇒ String
The Amazon Resource Name (ARN) of the user who last modified the schedule.
3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3467 class Schedule < Struct.new( :account_id, :created_by, :create_date, :job_names, :last_modified_by, :last_modified_date, :resource_arn, :cron_expression, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
The date and time when the schedule was last modified.
3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3467 class Schedule < Struct.new( :account_id, :created_by, :create_date, :job_names, :last_modified_by, :last_modified_date, :resource_arn, :cron_expression, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the schedule.
3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3467 class Schedule < Struct.new( :account_id, :created_by, :create_date, :job_names, :last_modified_by, :last_modified_date, :resource_arn, :cron_expression, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the schedule.
3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3467 class Schedule < Struct.new( :account_id, :created_by, :create_date, :job_names, :last_modified_by, :last_modified_date, :resource_arn, :cron_expression, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Metadata tags that have been applied to the schedule.
3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3467 class Schedule < Struct.new( :account_id, :created_by, :create_date, :job_names, :last_modified_by, :last_modified_date, :resource_arn, :cron_expression, :tags, :name) SENSITIVE = [] include Aws::Structure end |