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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


24195
24196
24197
24198
24199
# File 'lib/aws-sdk-glue/types.rb', line 24195

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