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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


23115
23116
23117
23118
23119
23120
# File 'lib/aws-sdk-glue/types.rb', line 23115

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:



23115
23116
23117
23118
23119
23120
# File 'lib/aws-sdk-glue/types.rb', line 23115

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