Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeFleetUtilizationOutput

import type { DescribeFleetUtilizationOutput } from "https://aws-api.deno.dev/v0.3/services/gamelift.ts?docs=full";

Represents the returned data in response to a request operation.

interface DescribeFleetUtilizationOutput {
FleetUtilization?: FleetUtilization[] | null;
NextToken?: string | null;
}

§Properties

§
FleetUtilization?: FleetUtilization[] | null
[src]

A collection of objects containing utilization information for each requested fleet ID. Utilization objects are returned only for fleets that currently exist.

§
NextToken?: string | null
[src]

A 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.