Class: Aws::Types::DescribeGameSessionsOutput

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:



956
957
958
# File 'sig/types.rbs', line 956

def game_sessions
  @game_sessions
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


957
958
959
# File 'sig/types.rbs', line 957

def next_token
  @next_token
end