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

AssessmentRunStateChange

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

Used as one of the elements of the "AssessmentRun" data type.

interface AssessmentRunStateChange {
stateChangedAt: Date | number;
}

§Properties

§

The assessment run state.

§
stateChangedAt: Date | number
[src]

The last time the assessment run state changed.