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?: {} | null;
[key: string]: string | null | undefined;
userPausedDetails?: UserPausedDetails | null;
}§Properties
§
lastRunErrorStatus?: LastRunErrorStatus | null
[src]§
s3JobDefinition?: S3JobDefinition | null
[src]§
scheduleFrequency?: JobScheduleFrequency | null
[src]§
statistics?: Statistics | null
[src]§
userPausedDetails?: UserPausedDetails | null
[src]