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

Class: Aws::Batch::Types::TerminateJobRequest

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

Overview

Note:

When passing TerminateJobRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  job_id: "String", # required
  reason: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The AWS Batch job ID of the job to terminate.

Returns:

  • (String)

    The AWS Batch job ID of the job to terminate.

#reasonString

A message to attach to the job that explains the reason for canceling it. This message is returned by future DescribeJobs operations on the job. This message is also recorded in the AWS Batch activity logs.

Returns:

  • (String)

    A message to attach to the job that explains the reason for canceling it.