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

ListGraphsResponse

import type { ListGraphsResponse } from "https://aws-api.deno.dev/v0.3/services/detective.ts?docs=full";
interface ListGraphsResponse {
GraphList?: Graph[] | null;
NextToken?: string | null;
}

§Properties

§
GraphList?: Graph[] | null
[src]

A list of behavior graphs that the account is an administrator account for.

§
NextToken?: string | null
[src]

If there are more behavior graphs remaining in the results, then this is the pagination token to use to request the next page of behavior graphs.