You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Rekognition::Types::DescribeStreamProcessorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DescribeStreamProcessorResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ Time
Date and time the stream processor was created.
-
#input ⇒ Types::StreamProcessorInput
Kinesis video stream that provides the source streaming video.
-
#last_update_timestamp ⇒ Time
The time, in Unix format, the stream processor was last updated.
-
#name ⇒ String
Name of the stream processor.
-
#output ⇒ Types::StreamProcessorOutput
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
-
#role_arn ⇒ String
ARN of the IAM role that allows access to the stream processor.
-
#settings ⇒ Types::StreamProcessorSettings
Face recognition input parameters that are being used by the stream processor.
-
#status ⇒ String
Current status of the stream processor.
-
#status_message ⇒ String
Detailed status message about the stream processor.
-
#stream_processor_arn ⇒ String
ARN of the stream processor.
Instance Attribute Details
#creation_timestamp ⇒ Time
Date and time the stream processor was created
#input ⇒ Types::StreamProcessorInput
Kinesis video stream that provides the source streaming video.
#last_update_timestamp ⇒ Time
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.
#name ⇒ String
Name of the stream processor.
#output ⇒ Types::StreamProcessorOutput
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
#role_arn ⇒ String
ARN of the IAM role that allows access to the stream processor.
#settings ⇒ Types::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.
#status ⇒ String
Current status of the stream processor.
Possible values:
- STOPPED
- STARTING
- RUNNING
- FAILED
- STOPPING
#status_message ⇒ String
Detailed status message about the stream processor.
#stream_processor_arn ⇒ String
ARN of the stream processor.