Class: Aws::GameLiftStreams::Types::ListStreamSessionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLiftStreams::Types::ListStreamSessionsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gameliftstreams/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<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.
-
#next_token ⇒ String
A token that marks the start of the next sequential page of results.
Instance Attribute Details
#items ⇒ Array<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.
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_token ⇒ String
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.
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 |