Class: Aws::Glue::Types::UpdateJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_nameString

Returns the name of the updated job definition.

Returns:

  • (String)


22378
22379
22380
22381
22382
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22378

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