Class: Aws::Glue::Types::DeleteJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_nameString

The name of the job definition that was deleted.

Returns:

  • (String)


7177
7178
7179
7180
7181
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7177

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