Class: Aws::GameSparks::Types::ListGamesResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gamesArray<Types::GameSummary>

The list of games.

Returns:



1013
1014
1015
1016
1017
1018
# File 'lib/aws-sdk-gamesparks/types.rb', line 1013

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

#next_tokenString

The token that indicates the start of the next sequential page of results.

Use this value when making the next call to this operation to continue where the last one finished.

Returns:

  • (String)


1013
1014
1015
1016
1017
1018
# File 'lib/aws-sdk-gamesparks/types.rb', line 1013

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