Class: Aws::GameLift::Types::ListGameServerGroupsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

The game server groups’ limit.



8240
8241
8242
8243
8244
8245
# File 'lib/aws-sdk-gamelift/types.rb', line 8240

class ListGameServerGroupsInput < Struct.new(
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Specify the pagination token from a previous request to retrieve the next page of results.



8240
8241
8242
8243
8244
8245
# File 'lib/aws-sdk-gamelift/types.rb', line 8240

class ListGameServerGroupsInput < Struct.new(
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end