DescribeStreamProcessorResponse class
Constructors
-
DescribeStreamProcessorResponse({DateTime? creationTimestamp, StreamProcessorInput? input, DateTime? lastUpdateTimestamp, String? name, StreamProcessorOutput? output, String? roleArn, StreamProcessorSettings? settings, StreamProcessorStatus? status, String? statusMessage, String? streamProcessorArn})
-
-
DescribeStreamProcessorResponse.fromJson(Map<String, dynamic> json)
-
factory
Properties
-
creationTimestamp
→ DateTime?
-
Date and time the stream processor was created
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
input
→ StreamProcessorInput?
-
Kinesis video stream that provides the source streaming video.
final
-
lastUpdateTimestamp
→ DateTime?
-
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.
final
-
name
→ String?
-
Name of the stream processor.
final
-
output
→ StreamProcessorOutput?
-
Kinesis data stream to which Amazon Rekognition Video puts the analysis
results.
final
-
roleArn
→ String?
-
ARN of the IAM role that allows access to the stream processor.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
settings
→ StreamProcessorSettings?
-
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.
final
-
status
→ StreamProcessorStatus?
-
Current status of the stream processor.
final
-
statusMessage
→ String?
-
Detailed status message about the stream processor.
final
-
streamProcessorArn
→ String?
-
ARN of the stream processor.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited