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.
4421 4422 4423 4424 4425 4426 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4421 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.
4421 4422 4423 4424 4425 4426 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4421 class ListStreamProcessorsResponse < Struct.new( :next_token, :stream_processors) SENSITIVE = [] include Aws::Structure end |