StopKeyPhrasesDetectionJobResponse
public struct StopKeyPhrasesDetectionJobResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the key phrases detection job to stop.
Declaration
Swift
public let jobId: String?
-
Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopKeyPhrasesDetectionJob operation.
Declaration
Swift
public let jobStatus: JobStatus?
-
Undocumented
Declaration
Swift
public init(jobId: String? = nil, jobStatus: JobStatus? = nil)