Class: Aws::Rekognition::Types::KinesisVideoStream

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

ARN of the Kinesis video stream stream that streams the source video.

Returns:

  • (String)


4639
4640
4641
4642
4643
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4639

class KinesisVideoStream < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end