Class: Aws::Rekognition::Types::CreateStreamProcessorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::CreateStreamProcessorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stream_processor_arn ⇒ String
Amazon Resource Number for the newly created stream processor.
Instance Attribute Details
#stream_processor_arn ⇒ String
Amazon Resource Number for the newly created stream processor.
1239 1240 1241 1242 1243 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1239 class CreateStreamProcessorResponse < Struct.new( :stream_processor_arn) SENSITIVE = [] include Aws::Structure end |