StopTextTranslationJobResponse

public struct StopTextTranslationJobResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The job ID of the stopped batch translation job.

    Declaration

    Swift

    public let jobId: String?
  • The status of the designated job. Upon successful completion, the job’s status will be STOPPED.

    Declaration

    Swift

    public let jobStatus: JobStatus?
  • Undocumented

    Declaration

    Swift

    public init(jobId: String? = nil, jobStatus: JobStatus? = nil)