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

ListResourceProfileArtifactsRequest

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

§Properties

§
nextToken?: string | null
[src]

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

§
resourceArn: string
[src]

The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.