Class: Aws::MediaConvert::Types::CreateJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::CreateJobResponse
- Defined in:
- gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb
Overview
Successful create job requests will return 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
3069 3070 3071 3072 3073 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 3069 class CreateJobResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |