Class: Aws::Rekognition::Types::StreamProcessorInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StreamProcessorInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Information about the source streaming video.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kinesis_video_stream ⇒ Types::KinesisVideoStream
The Kinesis video stream input stream for the source streaming video.
Instance Attribute Details
#kinesis_video_stream ⇒ Types::KinesisVideoStream
The Kinesis video stream input stream for the source streaming video.
7633 7634 7635 7636 7637 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7633 class StreamProcessorInput < Struct.new( :kinesis_video_stream) SENSITIVE = [] include Aws::Structure end |