Class: Aws::Glue::Types::UpdateJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_nameString

The name of the job definition to update.

Returns:

  • (String)


22449
22450
22451
22452
22453
22454
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22449

class UpdateJobRequest < Struct.new(
  :job_name,
  :job_update)
  SENSITIVE = []
  include Aws::Structure
end

#job_updateTypes::JobUpdate

Specifies the values with which to update the job definition. Unspecified configuration is removed or reset to default values.

Returns:



22449
22450
22451
22452
22453
22454
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22449

class UpdateJobRequest < Struct.new(
  :job_name,
  :job_update)
  SENSITIVE = []
  include Aws::Structure
end