Class: Aws::Rekognition::Types::StopStreamProcessorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StopStreamProcessorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of a stream processor created by CreateStreamProcessor.
Instance Attribute Details
#name ⇒ String
The name of a stream processor created by CreateStreamProcessor.
7550 7551 7552 7553 7554 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7550 class StopStreamProcessorRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |