DescribeStreamProcessorResponse
public struct DescribeStreamProcessorResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Date and time the stream processor was created
Declaration
Swift
public let creationTimestamp: TimeStamp?
-
Kinesis video stream that provides the source streaming video.
Declaration
Swift
public let input: StreamProcessorInput?
-
The time, in Unix format, the stream processor was last updated. For example, when the stream processor moves from a running state to a failed state, or when the user starts or stops the stream processor.
Declaration
Swift
public let lastUpdateTimestamp: TimeStamp?
-
Name of the stream processor.
Declaration
Swift
public let name: String?
-
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
Declaration
Swift
public let output: StreamProcessorOutput?
-
ARN of the IAM role that allows access to the stream processor.
Declaration
Swift
public let roleArn: String?
-
Face recognition input parameters that are being used by the stream processor. Includes the collection to use for face recognition and the face attributes to detect.
Declaration
Swift
public let settings: StreamProcessorSettings?
-
Current status of the stream processor.
Declaration
Swift
public let status: StreamProcessorStatus?
-
Detailed status message about the stream processor.
Declaration
Swift
public let statusMessage: String?
-
ARN of the stream processor.
Declaration
Swift
public let streamProcessorArn: String?
-
init(creationTimestamp:input:lastUpdateTimestamp:name:output:roleArn:settings:status:statusMessage:streamProcessorArn:)
Undocumented
Declaration
Swift
public init(creationTimestamp: TimeStamp? = nil, input: StreamProcessorInput? = nil, lastUpdateTimestamp: TimeStamp? = nil, name: String? = nil, output: StreamProcessorOutput? = nil, roleArn: String? = nil, settings: StreamProcessorSettings? = nil, status: StreamProcessorStatus? = nil, statusMessage: String? = nil, streamProcessorArn: String? = nil)