BatchGetJobsRequest
public struct BatchGetJobsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of job names, which might be the names returned from the ListJobs operation.
Declaration
Swift
public let jobNames: [String]
-
Undocumented
Declaration
Swift
public init(jobNames: [String])
-
Declaration
Swift
public func validate(name: String) throws