Class: Aws::GameSparks::Types::ListGamesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::ListGamesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#games ⇒ Array<Types::GameSummary>
The list of games.
-
#next_token ⇒ String
The token that indicates the start of the next sequential page of results.
Instance Attribute Details
#games ⇒ Array<Types::GameSummary>
The list of games.
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_token ⇒ String
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.
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 |