Class: Aws::Rekognition::Types::CreateStreamProcessorResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stream_processor_arnString

Amazon Resource Number for the newly created stream processor.

Returns:

  • (String)


1215
1216
1217
1218
1219
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1215

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