Class: Aws::Glue::Types::UpdateJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UpdateJobRequest
- Defined in:
- gems/aws-sdk-glue/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.
27064 27065 27066 27067 27068 27069 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27064 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.
27064 27065 27066 27067 27068 27069 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27064 class UpdateJobRequest < Struct.new( :job_name, :job_update) SENSITIVE = [] include Aws::Structure end |