Class: Aws::ElasticTranscoder::Types::ReadJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticTranscoder::Types::ReadJobResponse
- Defined in:
- gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb
Overview
The ReadJobResponse
structure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ Types::Job
A section of the response body that provides information about the job.
Instance Attribute Details
#job ⇒ Types::Job
A section of the response body that provides information about the job.
3127 3128 3129 3130 3131 |
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 3127 class ReadJobResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |