Class: Aws::IVS::Types::ListStreamSessionsResponse

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)


1264
1265
1266
1267
1268
1269
# File 'lib/aws-sdk-ivs/types.rb', line 1264

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

#stream_sessionsArray<Types::StreamSessionSummary>

List of stream sessions.

Returns:



1264
1265
1266
1267
1268
1269
# File 'lib/aws-sdk-ivs/types.rb', line 1264

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