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.
5170 5171 5172 5173 5174 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 5170 class GetJobRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |