Class: Aws::ElasticTranscoder::Types::CreateJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticTranscoder::Types::CreateJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elastictranscoder/types.rb
Overview
The CreateJobResponse structure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ Types::Job
A section of the response body that provides information about the job that is created.
Instance Attribute Details
#job ⇒ Types::Job
A section of the response body that provides information about the job that is created.
927 928 929 930 931 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 927 class CreateJobResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |