Class: Aws::Types::ListGameServersOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListGameServersOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#game_servers ⇒ ::Array[Types::GameServer]
Returns the value of attribute game_servers.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#game_servers ⇒ ::Array[Types::GameServer]
Returns the value of attribute game_servers.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def game_servers @game_servers end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def next_token @next_token end |