You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GameLift::Types::ListFleetsOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents the returned data in response to a request operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_idsArray<String>

Set of fleet IDs matching the list request. You can retrieve additional information about all returned fleets by passing this result set to a call to DescribeFleetAttributes, DescribeFleetCapacity, or DescribeFleetUtilization.

Returns:

  • (Array<String>)

    Set of fleet IDs matching the list request.

#next_tokenString

Token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

Returns:

  • (String)

    Token that indicates where to resume retrieving results on the next call to this operation.