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

CreateGraphResponse

import type { CreateGraphResponse } from "https://aws-api.deno.dev/v0.3/services/detective.ts?docs=full";
interface CreateGraphResponse {
GraphArn?: string | null;
}

§Properties

§
GraphArn?: string | null
[src]

The ARN of the new behavior graph.