Class: Aws::Rekognition::Types::KinesisVideoStream
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::KinesisVideoStream
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Overview
Kinesis video stream stream that provides the source streaming video for a Amazon Rekognition Video stream processor. For more information, see CreateStreamProcessor in the Amazon Rekognition Developer Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the Kinesis video stream stream that streams the source video.
Instance Attribute Details
#arn ⇒ String
ARN of the Kinesis video stream stream that streams the source video.
3697 3698 3699 3700 3701 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 3697 class KinesisVideoStream < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |