Class: Aws::MediaConvert::Types::CancelJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::CancelJobRequest
- Defined in:
- gems/aws-sdk-mediaconvert/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.
1643 1644 1645 1646 1647 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 1643 class CancelJobRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |