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>
A collection of game server group objects that match the request.
-
#next_token ⇒ String
A token that indicates where to resume retrieving results on the next call to this operation.
Instance Attribute Details
#game_server_groups ⇒ Array<Types::GameServerGroup>
A collection of game server group objects that match the request.
6600 6601 6602 6603 6604 6605 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 6600 class ListGameServerGroupsOutput < Struct.new( :game_server_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
6600 6601 6602 6603 6604 6605 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 6600 class ListGameServerGroupsOutput < Struct.new( :game_server_groups, :next_token) SENSITIVE = [] include Aws::Structure end |