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

CreateFleetResponse

import type { CreateFleetResponse } from "https://aws-api.deno.dev/v0.4/services/robomaker.ts?docs=full";
interface CreateFleetResponse {
arn?: string | null;
createdAt?: Date | number | null;
name?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the fleet.

§
createdAt?: Date | number | null
[src]

The time, in milliseconds since the epoch, when the fleet was created.

§
name?: string | null
[src]

The name of the fleet.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The list of all tags added to the fleet.