Class: Aws::Glue::Types::UpdateJobFromSourceControlResponse

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

The name of the Glue job.

Returns:

  • (String)


22424
22425
22426
22427
22428
# File 'lib/aws-sdk-glue/types.rb', line 22424

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