TopicsDetectionJobFilter
public struct TopicsDetectionJobFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let jobName: String?
-
Filters the list of topic detection jobs based on job status. Returns only jobs with the specified status.
Declaration
Swift
public let jobStatus: JobStatus?
-
Filters the list of jobs based on the time that the job was submitted for processing. Only returns jobs submitted after the specified time. Jobs are returned in ascending order, oldest to newest.
Declaration
Swift
public let submitTimeAfter: TimeStamp?
-
Filters the list of jobs based on the time that the job was submitted for processing. Only returns jobs submitted before the specified time. Jobs are returned in descending order, newest to oldest.
Declaration
Swift
public let submitTimeBefore: TimeStamp?
-
Declaration
Swift
public func validate(name: String) throws