ListJobTemplatesResponse
public struct ListJobTemplatesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
List of Job templates.
Declaration
Swift
public let jobTemplates: [JobTemplate]? -
Use this string to request the next batch of job templates.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(jobTemplates: [JobTemplate]? = nil, nextToken: String? = nil)
View on GitHub
ListJobTemplatesResponse Structure Reference