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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1991
1992
1993
1994
1995
1996
# File 'lib/aws-sdk-ivs/types.rb', line 1991

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

#streamsArray<Types::StreamSummary>

List of streams.

Returns:



1991
1992
1993
1994
1995
1996
# File 'lib/aws-sdk-ivs/types.rb', line 1991

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