ListTopicsDetectionJobsResponse
public struct ListTopicsDetectionJobsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Identifies the next page of results to return.
Declaration
Swift
public let nextToken: String?
-
A list containing the properties of each job that is returned.
Declaration
Swift
public let topicsDetectionJobPropertiesList: [TopicsDetectionJobProperties]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, topicsDetectionJobPropertiesList: [TopicsDetectionJobProperties]? = nil)