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

CreateKeyPairResult

import type { CreateKeyPairResult } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";
interface CreateKeyPairResult {
keyPair?: KeyPair | null;
operation?: Operation | null;
privateKeyBase64?: string | null;
publicKeyBase64?: string | null;
}

§Properties

§
keyPair?: KeyPair | null
[src]
§
operation?: Operation | null
[src]
§
privateKeyBase64?: string | null
[src]
§
publicKeyBase64?: string | null
[src]