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

ListResourcesResponse

import type { ListResourcesResponse } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";
interface ListResourcesResponse {
NextToken?: string | null;
ResourceInfoList?: ResourceInfo[] | null;
}

§Properties

§
NextToken?: string | null
[src]

A continuation token, if this is not the first call to retrieve these resources.

§
ResourceInfoList?: ResourceInfo[] | null
[src]

A summary of the data lake resources.