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

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)


22805
22806
22807
22808
22809
# File 'lib/aws-sdk-glue/types.rb', line 22805

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