CreateJobResponse
public struct CreateJobResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Each job converts an input file into an output file or files. For more information, see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
Declaration
Swift
public let job: Job? -
Undocumented
Declaration
Swift
public init(job: Job? = nil)
View on GitHub
CreateJobResponse Structure Reference