Class: Aws::Rekognition::Types::ListStreamProcessorsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


5169
5170
5171
5172
5173
5174
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5169

class ListStreamProcessorsResponse < Struct.new(
  :next_token,
  :stream_processors)
  SENSITIVE = []
  include Aws::Structure
end

#stream_processorsArray<Types::StreamProcessor>

List of stream processors that you have created.

Returns:



5169
5170
5171
5172
5173
5174
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5169

class ListStreamProcessorsResponse < Struct.new(
  :next_token,
  :stream_processors)
  SENSITIVE = []
  include Aws::Structure
end