Class: Aws::Rekognition::Types::KinesisDataStream
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::KinesisDataStream
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Overview
The Kinesis data stream Amazon Rekognition to which the analysis results of a Amazon Rekognition stream processor are streamed. For more information, see CreateStreamProcessor in the Amazon Rekognition Developer Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the output Amazon Kinesis Data Streams stream.
Instance Attribute Details
#arn ⇒ String
ARN of the output Amazon Kinesis Data Streams stream.
3682 3683 3684 3685 3686 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 3682 class KinesisDataStream < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |