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

JobTimers

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

Provides timing details for the job.

interface JobTimers {
ElapsedTimeInActiveSeconds?: number | null;
}

§Properties

§
ElapsedTimeInActiveSeconds?: number | null
[src]

Indicates the elapsed time in seconds the job has been in the Active job state.