Class: Aws::Batch::Types::TerminateServiceJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::TerminateServiceJobRequest
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The service job ID of the service job to terminate.
-
#reason ⇒ String
A message to attach to the service job that explains the reason for canceling it.
Instance Attribute Details
#job_id ⇒ String
The service job ID of the service job to terminate.
10834 10835 10836 10837 10838 10839 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 10834 class TerminateServiceJobRequest < Struct.new( :job_id, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
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.
10834 10835 10836 10837 10838 10839 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 10834 class TerminateServiceJobRequest < Struct.new( :job_id, :reason) SENSITIVE = [] include Aws::Structure end |