Class: Aws::GlueDataBrew::Types::StopJobRunRequest

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 stopped.

Returns:

  • (String)


3669
3670
3671
3672
3673
3674
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3669

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

#run_idString

The ID of the job run to be stopped.

Returns:

  • (String)


3669
3670
3671
3672
3673
3674
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3669

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