Class: Aws::GameLiftStreams::Types::ListStreamSessionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLiftStreams::Types::ListStreamSessionsOutput
- Defined in:
- gems/aws-sdk-gameliftstreams/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.
3251 3252 3253 3254 3255 3256 |
# File 'gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb', line 3251 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.
3251 3252 3253 3254 3255 3256 |
# File 'gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb', line 3251 class ListStreamSessionsOutput < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |