Class: Aws::Glue::Types::UpdateJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UpdateJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_name ⇒ String
Returns the name of the updated job definition.
Instance Attribute Details
#job_name ⇒ String
Returns the name of the updated job definition.
24486 24487 24488 24489 24490 |
# File 'lib/aws-sdk-glue/types.rb', line 24486 class UpdateJobResponse < Struct.new( :job_name) SENSITIVE = [] include Aws::Structure end |