Class: Aws::Glue::Types::UpdateJobFromSourceControlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UpdateJobFromSourceControlResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_name ⇒ String
The name of the Glue job.
Instance Attribute Details
#job_name ⇒ String
The name of the Glue job.
25187 25188 25189 25190 25191 |
# File 'lib/aws-sdk-glue/types.rb', line 25187 class UpdateJobFromSourceControlResponse < Struct.new( :job_name) SENSITIVE = [] include Aws::Structure end |