HostKeyAttributes
import type { HostKeyAttributes } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";interface HostKeyAttributes {
algorithm?: string | null;
fingerprintSHA1?: string | null;
fingerprintSHA256?: string | null;
notValidAfter?: Date | number | null;
notValidBefore?: Date | number | null;
publicKey?: string | null;
witnessedAt?: Date | number | null;
}