Class: Aws::Rekognition::Types::KinesisVideoStream
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::KinesisVideoStream
- Includes:
- Structure
- Defined in:
- 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.
4652 4653 4654 4655 4656 |
# File 'lib/aws-sdk-rekognition/types.rb', line 4652 class KinesisVideoStream < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |