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

GetRandomPasswordResponse

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

§Properties

§
RandomPassword?: string | null
[src]

A string with the password.