GetJobTemplateResponse
public struct GetJobTemplateResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A job template is a pre-made set of encoding instructions that you can use to quickly create a job.
Declaration
Swift
public let jobTemplate: JobTemplate?
-
Undocumented
Declaration
Swift
public init(jobTemplate: JobTemplate? = nil)