Class: Aws::ElasticTranscoder::Types::CancelJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticTranscoder::Types::CancelJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elastictranscoder/types.rb
Overview
The ‘CancelJobRequest` structure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the job that you want to cancel.
Instance Attribute Details
#id ⇒ String
The identifier of the job that you want to cancel.
To get a list of the jobs (including their ‘jobId`) that have a status of `Submitted`, use the ListJobsByStatus API action.
389 390 391 392 393 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 389 class CancelJobRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |