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

ListPermissionsResponse

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

§Properties

§
NextToken?: string | null
[src]

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

§
PrincipalResourcePermissions?: PrincipalResourcePermissions[] | null
[src]

A list of principals and their permissions on the resource for the specified principal and resource types.