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

DescribeClassificationJobResponse

import type { DescribeClassificationJobResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/macie2.ts";
interface DescribeClassificationJobResponse {
clientToken?: string | null;
createdAt?: Date | number | null;
customDataIdentifierIds?: string[] | null;
description?: string | null;
initialRun?: boolean | null;
jobArn?: string | null;
jobId?: string | null;
jobStatus?: JobStatus | null;
jobType?: JobType | null;
lastRunErrorStatus?: LastRunErrorStatus | null;
lastRunTime?: Date | number | null;
name?: string | null;
s3JobDefinition?: S3JobDefinition | null;
samplingPercentage?: number | null;
scheduleFrequency?: JobScheduleFrequency | null;
statistics?: Statistics | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
userPausedDetails?: UserPausedDetails | null;
}

§Properties

§
clientToken?: string | null
[src]
§
createdAt?: Date | number | null
[src]
§
customDataIdentifierIds?: string[] | null
[src]
§
description?: string | null
[src]
§
initialRun?: boolean | null
[src]
§
jobArn?: string | null
[src]
§
jobId?: string | null
[src]
§
jobStatus?: JobStatus | null
[src]
§
jobType?: JobType | null
[src]
§
lastRunErrorStatus?: LastRunErrorStatus | null
[src]
§
lastRunTime?: Date | number | null
[src]
§
name?: string | null
[src]
§
s3JobDefinition?: S3JobDefinition | null
[src]
§
samplingPercentage?: number | null
[src]
§
scheduleFrequency?: JobScheduleFrequency | null
[src]
§
statistics?: Statistics | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
userPausedDetails?: UserPausedDetails | null
[src]