You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Glue::Types::UpdateJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UpdateJobRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateJobRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
job_name: "NameString", # required
job_update: { # required
description: "DescriptionString",
log_uri: "UriString",
role: "RoleString",
execution_property: {
max_concurrent_runs: 1,
},
command: {
name: "GenericString",
script_location: "ScriptLocationString",
python_version: "PythonVersionString",
},
default_arguments: {
"GenericString" => "GenericString",
},
non_overridable_arguments: {
"GenericString" => "GenericString",
},
connections: {
connections: ["GenericString"],
},
max_retries: 1,
allocated_capacity: 1,
timeout: 1,
max_capacity: 1.0,
worker_type: "Standard", # accepts Standard, G.1X, G.2X
number_of_workers: 1,
security_configuration: "NameString",
notification_property: {
notify_delay_after: 1,
},
glue_version: "GlueVersionString",
},
}
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.
#job_update ⇒ Types::JobUpdate
Specifies the values with which to update the job definition.