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

PlacementResponse

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

Describes the placement of an instance.

interface PlacementResponse {
GroupName?: string | null;
}

§Properties

§
GroupName?: string | null
[src]

The name of the placement group that the instance is in.