Class: Aws::ElasticTranscoder::Types::CreateJobResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elastictranscoder/types.rb

Overview

The CreateJobResponse structure.

Instance Attribute Summary collapse

Instance Attribute Details

#jobTypes::Job

A section of the response body that provides information about the job that is created.

Returns:



1450
1451
1452
1453
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 1450

class CreateJobResponse < Struct.new(
  :job)
  include Aws::Structure
end