Class: Aws::MediaConvert::Types::GetJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::GetJobRequest
- Defined in:
- gems/aws-sdk-mediaconvert/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.
5372 5373 5374 5375 5376 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 5372 class GetJobRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |