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

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_name ⇒ String

The name of the Glue job.

Returns:

  • (String)


32894
32895
32896
32897
32898
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 32894

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