PollForThirdPartyJobsInput
public struct PollForThirdPartyJobsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Represents information about an action type.
Declaration
Swift
public let actionTypeId: ActionTypeId -
The maximum number of jobs to return in a poll for jobs call.
Declaration
Swift
public let maxBatchSize: Int? -
Undocumented
Declaration
Swift
public init(actionTypeId: ActionTypeId, maxBatchSize: Int? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
PollForThirdPartyJobsInput Structure Reference