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.
5180 5181 5182 5183 5184 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 5180 class GetJobRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |