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

DescribeUserProfilesResult

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

Contains the response to a DescribeUserProfiles request.

interface DescribeUserProfilesResult {
UserProfiles?: UserProfile[] | null;
}

§Properties

§
UserProfiles?: UserProfile[] | null
[src]

A Users object that describes the specified users.