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

GetSecurityConfigurationsResponse

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

§Properties

§
NextToken?: string | null
[src]

A continuation token, if there are more security configurations to return.

§
SecurityConfigurations?: SecurityConfiguration[] | null
[src]

A list of security configurations.