Class: Aws::Glue::Types::DeleteJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteJobResponse
- 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 job definition that was deleted.
Instance Attribute Details
#job_name ⇒ String
The name of the job definition that was deleted.
7729 7730 7731 7732 7733 |
# File 'lib/aws-sdk-glue/types.rb', line 7729 class DeleteJobResponse < Struct.new( :job_name) SENSITIVE = [] include Aws::Structure end |