Class: Aws::KinesisVideo::Types::ListStreamsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.

Returns:

  • (String)


983
984
985
986
987
988
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 983

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

#stream_info_listArray<Types::StreamInfo>

An array of StreamInfo objects.

Returns:



983
984
985
986
987
988
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 983

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