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

GetRelationalDatabaseMasterUserPasswordResult

import type { GetRelationalDatabaseMasterUserPasswordResult } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface GetRelationalDatabaseMasterUserPasswordResult {
createdAt?: Date | number | null;
masterUserPassword?: string | null;
}

§Properties

§
createdAt?: Date | number | null
[src]

The timestamp when the specified version of the master user password was created.

§
masterUserPassword?: string | null
[src]

The master user password for the password version specified.