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)


1298
1299
1300
1301
1302
1303
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1298

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

#streamsArray<Types::StreamSummary>

List of streams.

Returns:



1298
1299
1300
1301
1302
1303
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1298

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