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

GetAccessKeyLastUsedRequest

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

§Properties

§
AccessKeyId: string
[src]

The identifier of an access key.

This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.