Class: Aws::GlueDataBrew::Types::DeleteJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::DeleteJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
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.
1021 1022 1023 1024 1025 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1021 class DeleteJobRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |