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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1227
1228
1229
1230
1231
# File 'lib/aws-sdk-rekognition/types.rb', line 1227

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