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)


4652
4653
4654
4655
4656
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4652

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