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

ListTargetsForSecurityProfileRequest

import type { ListTargetsForSecurityProfileRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface ListTargetsForSecurityProfileRequest {
maxResults?: number | null;
nextToken?: string | null;
securityProfileName: string;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to return at one time.

§
nextToken?: string | null
[src]

The token for the next set of results.

§
securityProfileName: string
[src]

The security profile.