Method: Aws::GameLift::Types::SearchGameSessionsOutput#next_token

Defined in:
lib/aws-sdk-gamelift/types.rb

#next_tokenString

A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

Returns:

  • (String)


10397
10398
10399
10400
10401
10402
# File 'lib/aws-sdk-gamelift/types.rb', line 10397

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