Class: Aws::ElasticTranscoder::Types::ReadJobResponse

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

Overview

The ‘ReadJobResponse` 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.

Returns:



3138
3139
3140
3141
3142
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3138

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