Class: Aws::Rekognition::Types::KinesisDataStream

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

Instance Attribute Details

#arnString

ARN of the output Amazon Kinesis Data Streams stream.

Returns:

  • (String)


4624
4625
4626
4627
4628
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4624

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