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.
5993 5994 5995 5996 5997 5998 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5993 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.
5993 5994 5995 5996 5997 5998 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5993 class ListGameServerGroupsOutput < Struct.new( :game_server_groups, :next_token) SENSITIVE = [] include Aws::Structure end |