Class: Aws::GameLift::Types::ListGameServerGroupsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::ListGameServerGroupsOutput
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#game_server_groups ⇒ Array<Types::GameServerGroup>
The game server groups' game server groups.
-
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
Instance Attribute Details
#game_server_groups ⇒ Array<Types::GameServerGroup>
The game server groups' game server groups.
6122 6123 6124 6125 6126 6127 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 6122 class ListGameServerGroupsOutput < Struct.new( :game_server_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
6122 6123 6124 6125 6126 6127 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 6122 class ListGameServerGroupsOutput < Struct.new( :game_server_groups, :next_token) SENSITIVE = [] include Aws::Structure end |