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

GenerateServiceLastAccessedDetailsResponse

import type { GenerateServiceLastAccessedDetailsResponse } from "https://aws-api.deno.dev/v0.4/services/iam.ts?docs=full";
interface GenerateServiceLastAccessedDetailsResponse {
JobId?: string | null;
}

§Properties

§
JobId?: string | null
[src]

The JobId that you can use in the "GetServiceLastAccessedDetails" or "GetServiceLastAccessedDetailsWithEntities" operations. The JobId returned by GenerateServiceLastAccessedDetail must be used by the same role within a session, or by the same user when used to call GetServiceLastAccessedDetail.