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

Page

import type { Page } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

An occurrence of sensitive data in an Adobe Portable Document Format (PDF) file.

interface Page {
LineRange?: Range | null;
OffsetRange?: Range | null;
PageNumber?: number | null;
}

§Properties

§
LineRange?: Range | null
[src]

An occurrence of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.

§
OffsetRange?: Range | null
[src]

An occurrence of sensitive data detected in a binary text file.

§
PageNumber?: number | null
[src]

The page number of the page that contains the sensitive data.