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

CreateEnvironmentEC2Result

import type { CreateEnvironmentEC2Result } from "https://aws-api.deno.dev/v0.4/services/cloud9.ts?docs=full";
interface CreateEnvironmentEC2Result {
environmentId?: string | null;
}

§Properties

§
environmentId?: string | null
[src]

The ID of the environment that was created.