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

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

Overview

The CreateJobResponse structure.

Constant Summary collapse

SENSITIVE =
[]

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:



930
931
932
933
934
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 930

class CreateJobResponse < Struct.new(
  :job)
  SENSITIVE = []
  include Aws::Structure
end