Class: Aws::Rekognition::Types::DescribeStreamProcessorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DescribeStreamProcessorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the stream processor for which you want information.
Instance Attribute Details
#name ⇒ String
Name of the stream processor for which you want information.
1889 1890 1891 1892 1893 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1889 class DescribeStreamProcessorRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |