ListSentimentDetectionJobsResponse
public struct ListSentimentDetectionJobsResponse : 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 sentimentDetectionJobPropertiesList: [SentimentDetectionJobProperties]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, sentimentDetectionJobPropertiesList: [SentimentDetectionJobProperties]? = nil)