Class: Aws::GameLift::Types::ListGameServerGroupsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#game_server_groupsArray<Types::GameServerGroup>

The game server groups’ game server groups.

Returns:



6112
6113
6114
6115
6116
6117
# File 'lib/aws-sdk-gamelift/types.rb', line 6112

class ListGameServerGroupsOutput < Struct.new(
  :game_server_groups,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Specify the pagination token from a previous request to retrieve the next page of results.

Returns:

  • (String)


6112
6113
6114
6115
6116
6117
# File 'lib/aws-sdk-gamelift/types.rb', line 6112

class ListGameServerGroupsOutput < Struct.new(
  :game_server_groups,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end