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

ListSecurityControlDefinitionsResponse

import type { ListSecurityControlDefinitionsResponse } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
interface ListSecurityControlDefinitionsResponse {
NextToken?: string | null;
SecurityControlDefinitions: SecurityControlDefinition[];
}

§Properties

§
NextToken?: string | null
[src]

A pagination parameter that's included in the response only if it was included in the request.

§
SecurityControlDefinitions: SecurityControlDefinition[]
[src]

An array of controls that apply to the specified standard.