Class: Aws::MediaConvert::Types::GetJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::GetJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Query 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.
Instance Attribute Details
#id ⇒ String
the job ID of the job.
5468 5469 5470 5471 5472 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 5468 class GetJobRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |