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.
5266 5267 5268 5269 5270 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 5266 class GetJobRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |