Class: Aws::GameLift::Types::ListGameServerGroupsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::ListGameServerGroupsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit ⇒ Integer
The game server groups’ limit.
-
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
Instance Attribute Details
#limit ⇒ Integer
The game server groups’ limit.
8063 8064 8065 8066 8067 8068 |
# File 'lib/aws-sdk-gamelift/types.rb', line 8063 class ListGameServerGroupsInput < Struct.new( :limit, :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.
8063 8064 8065 8066 8067 8068 |
# File 'lib/aws-sdk-gamelift/types.rb', line 8063 class ListGameServerGroupsInput < Struct.new( :limit, :next_token) SENSITIVE = [] include Aws::Structure end |