TopicsDetectionJobFilter
public struct TopicsDetectionJobFilter : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  Undocumented DeclarationSwift public let jobName: String?
- 
                  
                  Filters the list of topic detection jobs based on job status. Returns only jobs with the specified status. DeclarationSwift 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. DeclarationSwift 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. DeclarationSwift public let submitTimeBefore: TimeStamp?
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub TopicsDetectionJobFilter Structure Reference
        TopicsDetectionJobFilter Structure Reference