StopTextTranslationJobRequest
public struct StopTextTranslationJobRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The job ID of the job to be stopped.
Declaration
Swift
public let jobId: String
-
Undocumented
Declaration
Swift
public init(jobId: String)
-
Declaration
Swift
public func validate(name: String) throws