Method: Aws::GameLift::Types::DescribeGameServerInstancesInput#next_token
- Defined in:
- lib/aws-sdk-gamelift/types.rb
#next_token ⇒ String
A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
4287 4288 4289 4290 4291 4292 4293 4294 |
# File 'lib/aws-sdk-gamelift/types.rb', line 4287 class DescribeGameServerInstancesInput < Struct.new( :game_server_group_name, :instance_ids, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |