Class: Aws::Types::ListGameServersOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#game_servers::Array[Types::GameServer]

Returns the value of attribute game_servers.

Returns:



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.

Returns:

  • (::String)


1655
1656
1657
# File 'sig/types.rbs', line 1655

def next_token
  @next_token
end