Class: Aws::Batch::Types::TerminateServiceJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The service job ID of the service job to terminate.

Returns:

  • (String)


9752
9753
9754
9755
9756
9757
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 9752

class TerminateServiceJobRequest < Struct.new(
  :job_id,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

A message to attach to the service job that explains the reason for canceling it. This message is returned by DescribeServiceJob operations on the service job.

Returns:

  • (String)


9752
9753
9754
9755
9756
9757
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 9752

class TerminateServiceJobRequest < Struct.new(
  :job_id,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end