Class: Aws::GameLiftStreams::Types::ListStreamSessionsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gameliftstreams/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::StreamSessionSummary>

A collection of Amazon GameLift Streams stream sessions that are associated with a stream group and returned in response to a list request. Each item includes stream session metadata and status.

Returns:



2150
2151
2152
2153
2154
2155
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 2150

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

#next_tokenString

A token that marks the start of the next sequential page of results. If an operation doesn’t return a token, you’ve reached the end of the list.

Returns:

  • (String)


2150
2151
2152
2153
2154
2155
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 2150

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