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

User

import type { User } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iam.ts";
interface User {
Arn: string;
CreateDate: Date | number;
PasswordLastUsed?: Date | number | null;
Path: string;
PermissionsBoundary?: AttachedPermissionsBoundary | null;
Tags: Tag[];
UserId: string;
UserName: string;
}

§Properties

§
Arn: string
[src]
§
CreateDate: Date | number
[src]
§
PasswordLastUsed?: Date | number | null
[src]
§
Path: string
[src]
§
PermissionsBoundary?: AttachedPermissionsBoundary | null
[src]
§
Tags: Tag[]
[src]
§
UserId: string
[src]
§
UserName: string
[src]