Class: Aws::Glue::Types::UpdateJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UpdateJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_name ⇒ String
The name of the job definition to update.
-
#job_update ⇒ Types::JobUpdate
Specifies the values with which to update the job definition.
Instance Attribute Details
#job_name ⇒ String
The name of the job definition to update.
29318 29319 29320 29321 29322 29323 |
# File 'lib/aws-sdk-glue/types.rb', line 29318 class UpdateJobRequest < Struct.new( :job_name, :job_update) SENSITIVE = [] include Aws::Structure end |
#job_update ⇒ Types::JobUpdate
Specifies the values with which to update the job definition. Unspecified configuration is removed or reset to default values.
29318 29319 29320 29321 29322 29323 |
# File 'lib/aws-sdk-glue/types.rb', line 29318 class UpdateJobRequest < Struct.new( :job_name, :job_update) SENSITIVE = [] include Aws::Structure end |