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)


1184
1185
1186
1187
1188
1189
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1184

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:



1184
1185
1186
1187
1188
1189
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1184

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