Class: Aws::Glue::Types::UpdateSourceControlFromJobResponse

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

The name of the Glue job.

Returns:

  • (String)


27420
27421
27422
27423
27424
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27420

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