GetJobsResponse
public struct GetJobsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of job definitions.
Declaration
Swift
public let jobs: [Job]? -
A continuation token, if not all job definitions have yet been returned.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(jobs: [Job]? = nil, nextToken: String? = nil)
View on GitHub
GetJobsResponse Structure Reference