PollForThirdPartyJobsOutput
public struct PollForThirdPartyJobsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the jobs to take action on.
Declaration
Swift
public let jobs: [ThirdPartyJob]?
-
Undocumented
Declaration
Swift
public init(jobs: [ThirdPartyJob]? = nil)