Class: Aws::IVS::Types::ListStreamsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If there are more streams than maxResults, use nextToken in the request to get the next set.

Returns:

  • (String)


1305
1306
1307
1308
1309
1310
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1305

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

#streamsArray<Types::StreamSummary>

List of streams.

Returns:



1305
1306
1307
1308
1309
1310
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1305

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