Class: Aws::Glue::Types::BatchStopJobRunResponse

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

#errorsArray<Types::BatchStopJobRunError>

A list of the errors that were encountered in trying to stop JobRuns, including the JobRunId for which each error was encountered and details about the error.

Returns:



1207
1208
1209
1210
1211
1212
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1207

class BatchStopJobRunResponse < Struct.new(
  :successful_submissions,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#successful_submissionsArray<Types::BatchStopJobRunSuccessfulSubmission>

A list of the JobRuns that were successfully submitted for stopping.



1207
1208
1209
1210
1211
1212
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1207

class BatchStopJobRunResponse < Struct.new(
  :successful_submissions,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end