Class: Aws::MediaConvert::Types::CancelJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::CancelJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Cancel a job by sending a request with the job ID
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The Job ID of the job to be cancelled.
Instance Attribute Details
#id ⇒ String
The Job ID of the job to be cancelled.
1633 1634 1635 1636 1637 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1633 class CancelJobRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |