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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

The game server groups' limit.

Returns:

  • (Integer)


7379
7380
7381
7382
7383
7384
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7379

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.

Returns:

  • (String)


7379
7380
7381
7382
7383
7384
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7379

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