Class: Aws::Glue::Types::UpdateJobFromSourceControlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UpdateJobFromSourceControlResponse
- Defined in:
- gems/aws-sdk-glue/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.
24456 24457 24458 24459 24460 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24456 class UpdateJobFromSourceControlResponse < Struct.new( :job_name) SENSITIVE = [] include Aws::Structure end |