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

ListClassificationScopesRequest

import type { ListClassificationScopesRequest } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface ListClassificationScopesRequest {
name?: string | null;
nextToken?: string | null;
}

§Properties

§
name?: string | null
[src]

The name of the classification scope to retrieve the unique identifier for.

§
nextToken?: string | null
[src]

The nextToken string that specifies which page of results to return in a paginated response.