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

GetPasswordDataResult

import type { GetPasswordDataResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface GetPasswordDataResult {
InstanceId?: string | null;
PasswordData?: string | null;
Timestamp?: Date | number | null;
}

§Properties

§
InstanceId?: string | null
[src]

The ID of the Windows instance.

§
PasswordData?: string | null
[src]

The password of the instance. Returns an empty string if the password is not available.

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

The time the data was last updated.