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.
24473 24474 24475 24476 24477 24478 |
# File 'lib/aws-sdk-glue/types.rb', line 24473 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.
24473 24474 24475 24476 24477 24478 |
# File 'lib/aws-sdk-glue/types.rb', line 24473 class UpdateJobRequest < Struct.new( :job_name, :job_update) SENSITIVE = [] include Aws::Structure end |