Class: Aws::Glue::Types::BatchStopJobRunSuccessfulSubmission

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

Overview

Records a successful request to stop a specified JobRun.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_nameString

The name of the job definition used in the job run that was stopped.

Returns:

  • (String)


1226
1227
1228
1229
1230
1231
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1226

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

#job_run_idString

The JobRunId of the job run that was stopped.

Returns:

  • (String)


1226
1227
1228
1229
1230
1231
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1226

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