Class: Aws::MediaConvert::Types::GetJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::GetJobResponse
- Defined in:
- gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb
Overview
Successful get job requests will return an OK message and the job JSON.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ Types::Job
Each job converts an input file into an output file or files.
Instance Attribute Details
#job ⇒ Types::Job
Each job converts an input file into an output file or files. For more information, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
5207 5208 5209 5210 5211 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 5207 class GetJobResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |