Class: Aws::GlueDataBrew::Types::UpdateScheduleRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cron_expressionString

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*.

[1]: docs.aws.amazon.com/databrew/latest/dg/jobs.cron.html

Returns:

  • (String)


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_namesArray<String>

The name or names of one or more jobs to be run for this schedule.

Returns:

  • (Array<String>)


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

#nameString

The name of the schedule to update.

Returns:

  • (String)


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