You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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:

  • (Array<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.

#successful_submissionsArray<Types::BatchStopJobRunSuccessfulSubmission>

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

Returns: