Class: Aws::Rekognition::Types::ListStreamProcessorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::ListStreamProcessorsResponse
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of stream processors.
-
#stream_processors ⇒ Array<Types::StreamProcessor>
List of stream processors that you have created.
Instance Attribute Details
#next_token ⇒ String
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of stream processors.
4178 4179 4180 4181 4182 4183 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4178 class ListStreamProcessorsResponse < Struct.new( :next_token, :stream_processors) SENSITIVE = [] include Aws::Structure end |
#stream_processors ⇒ Array<Types::StreamProcessor>
List of stream processors that you have created.
4178 4179 4180 4181 4182 4183 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4178 class ListStreamProcessorsResponse < Struct.new( :next_token, :stream_processors) SENSITIVE = [] include Aws::Structure end |