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.
8254 8255 8256 8257 8258 8259 |
# File 'lib/aws-sdk-gamelift/types.rb', line 8254 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.
8254 8255 8256 8257 8258 8259 |
# File 'lib/aws-sdk-gamelift/types.rb', line 8254 class ListGameServerGroupsInput < Struct.new( :limit, :next_token) SENSITIVE = [] include Aws::Structure end |