Class: Aws::Rekognition::Types::KinesisDataStream
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::KinesisDataStream
- Includes:
- Structure
- Defined in:
- 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.
4637 4638 4639 4640 4641 |
# File 'lib/aws-sdk-rekognition/types.rb', line 4637 class KinesisDataStream < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |