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

Note

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

A user-defined note added to a finding.

interface Note {
Text: string;
UpdatedAt: string;
UpdatedBy: string;
}

§Properties

§
Text: string
[src]

The text of a note.

§
UpdatedAt: string
[src]

The timestamp of when the note was updated.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
UpdatedBy: string
[src]

The principal that created a note.