ListJobsResponse
public struct ListJobsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
List of jobs
Declaration
Swift
public let jobs: [Job]?
-
Use this string to request the next batch of jobs.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(jobs: [Job]? = nil, nextToken: String? = nil)