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.

Returns:

  • (Integer)


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_tokenString

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

Returns:

  • (String)


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