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)


1343
1344
1345
1346
1347
1348
# File 'lib/aws-sdk-ivs/types.rb', line 1343

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

#stream_sessionsArray<Types::StreamSessionSummary>

List of stream sessions.

Returns:



1343
1344
1345
1346
1347
1348
# File 'lib/aws-sdk-ivs/types.rb', line 1343

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