You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing KinesisVideoStream as input to an Aws::Client method, you can use a vanilla Hash:

{
  arn: "KinesisVideoArn",
}

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)

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