Class: Aws::GlueDataBrew::Types::UpdateScheduleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::UpdateScheduleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cron_expression ⇒ String
The date or dates and time or times when the jobs are to be run.
-
#job_names ⇒ Array<String>
The name or names of one or more jobs to be run for this schedule.
-
#name ⇒ String
The name of the schedule to update.
Instance Attribute Details
#cron_expression ⇒ String
The date or dates and time or times when the jobs are to be run. For more information, see [Cron expressions] in the *Glue DataBrew Developer Guide*.
4128 4129 4130 4131 4132 4133 4134 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 4128 class UpdateScheduleRequest < Struct.new( :job_names, :cron_expression, :name) SENSITIVE = [] include Aws::Structure end |
#job_names ⇒ Array<String>
The name or names of one or more jobs to be run for this schedule.
4128 4129 4130 4131 4132 4133 4134 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 4128 class UpdateScheduleRequest < Struct.new( :job_names, :cron_expression, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the schedule to update.
4128 4129 4130 4131 4132 4133 4134 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 4128 class UpdateScheduleRequest < Struct.new( :job_names, :cron_expression, :name) SENSITIVE = [] include Aws::Structure end |