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

ImportJobSubmitter

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

An object that contains the attributes of the submitter of the import job.

interface ImportJobSubmitter {
email?: string | null;
userArn?: string | null;
}

§Properties

§
email?: string | null
[src]

The email id of the submitter of the import job, if available.

§
userArn?: string | null
[src]

The AWS user ARN of the submitter of the import job, if available.