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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/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.

Returns:

  • (String)


4128
4129
4130
4131
4132
4133
4134
# File 'gems/aws-sdk-gluedatabrew/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 'gems/aws-sdk-gluedatabrew/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 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 4128

class UpdateScheduleRequest < Struct.new(
  :job_names,
  :cron_expression,
  :name)
  SENSITIVE = []
  include Aws::Structure
end