Class: Aws::Types::SearchGameSessionsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#game_sessions::Array[Types::GameSession]

Returns the value of attribute game_sessions.

Returns:



2033
2034
2035
# File 'sig/types.rbs', line 2033

def game_sessions
  @game_sessions
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2034
2035
2036
# File 'sig/types.rbs', line 2034

def next_token
  @next_token
end