Class: Aws::GlueDataBrew::Types::DeleteJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the job to be deleted.

Returns:

  • (String)


1021
1022
1023
1024
1025
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1021

class DeleteJobRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end