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

DescribeMyUserProfileResult

import type { DescribeMyUserProfileResult } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";

Contains the response to a DescribeMyUserProfile request.

interface DescribeMyUserProfileResult {
UserProfile?: SelfUserProfile | null;
}

§Properties

§
UserProfile?: SelfUserProfile | null
[src]

A UserProfile object that describes the user's SSH information.