Class: Aws::Glue::Types::DeleteJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteJobRequest
- 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 job definition to delete.
Instance Attribute Details
#job_name ⇒ String
The name of the job definition to delete.
9274 9275 9276 9277 9278 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9274 class DeleteJobRequest < Struct.new( :job_name) SENSITIVE = [] include Aws::Structure end |