BatchGetJobsResponse
public struct BatchGetJobsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of job definitions.
Declaration
Swift
public let jobs: [Job]? -
A list of names of jobs not found.
Declaration
Swift
public let jobsNotFound: [String]? -
Undocumented
Declaration
Swift
public init(jobs: [Job]? = nil, jobsNotFound: [String]? = nil)
View on GitHub
BatchGetJobsResponse Structure Reference