Class: Aws::MediaConvert::Types::GetJobResponse

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

Overview

Successful get job requests will return an OK message and the job JSON.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jobTypes::Job

Each job converts an input file into an output file or files. For more information, see the User Guide at docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html

Returns:



5197
5198
5199
5200
5201
# File 'lib/aws-sdk-mediaconvert/types.rb', line 5197

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