UpdateJobStatusRequest
public struct UpdateJobStatusRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let accountId: String -
The ID of the job whose status you want to update.
Declaration
Swift
public let jobId: String -
The status that you want to move the specified job to.
Declaration
Swift
public let requestedJobStatus: RequestedJobStatus -
A description of the reason why you want to change the specified job’s status. This field can be any string up to the maximum length.
Declaration
Swift
public let statusUpdateReason: String? -
Undocumented
Declaration
Swift
public init(accountId: String, jobId: String, requestedJobStatus: RequestedJobStatus, statusUpdateReason: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateJobStatusRequest Structure Reference