ListStreamProcessorsResponse
public struct ListStreamProcessorsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of stream processors.
Declaration
Swift
public let nextToken: String?
-
List of stream processors that you have created.
Declaration
Swift
public let streamProcessors: [StreamProcessor]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, streamProcessors: [StreamProcessor]? = nil)