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

DescribeFleetInstancesResult

import type { DescribeFleetInstancesResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface DescribeFleetInstancesResult {
ActiveInstances: ActiveInstance[];
FleetId?: string | null;
NextToken?: string | null;
}

§Properties

§
ActiveInstances: ActiveInstance[]
[src]

The running instances. This list is refreshed periodically and might be out of date.

§
FleetId?: string | null
[src]

The ID of the EC2 Fleet.

§
NextToken?: string | null
[src]

The token for the next set of results.