Class: Aws::GlueDataBrew::Types::DeleteJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::DeleteJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Note:
When making an API call, you may pass DeleteJobRequest data as a hash:
{
name: "JobName", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the job to be deleted.
Instance Attribute Details
#name ⇒ String
The name of the job to be deleted.
1550 1551 1552 1553 1554 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1550 class DeleteJobRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |