CancelJobRequest
public struct CancelJobRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The 39-character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.
Declaration
Swift
public let jobId: String
-
Undocumented
Declaration
Swift
public init(jobId: String)
-
Declaration
Swift
public func validate(name: String) throws