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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



11578
11579
11580
11581
11582
11583
# File 'lib/aws-sdk-batch/types.rb', line 11578

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 terminating it. This message is returned by DescribeServiceJob operations on the service job.



11578
11579
11580
11581
11582
11583
# File 'lib/aws-sdk-batch/types.rb', line 11578

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