Class: Aws::MediaConvert::Types::CreateJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::CreateJobResponse
- Includes:
- Structure
- Defined in:
- 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 docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
3059 3060 3061 3062 3063 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3059 class CreateJobResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |