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

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)


1950
1951
1952
1953
1954
1955
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1950

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

#stream_sessionsArray<Types::StreamSessionSummary>

List of stream sessions.

Returns:



1950
1951
1952
1953
1954
1955
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1950

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