PollForJobsOutput
public struct PollForJobsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the jobs to take action on.
Declaration
Swift
public let jobs: [Job]? -
Undocumented
Declaration
Swift
public init(jobs: [Job]? = nil)
View on GitHub
PollForJobsOutput Structure Reference