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

DescribeProtectionResponse

import type { DescribeProtectionResponse } from "https://aws-api.deno.dev/v0.3/services/shield.ts?docs=full";
interface DescribeProtectionResponse {
Protection?: Protection | null;
}

§Properties

§
Protection?: Protection | null
[src]

The "Protection" object that is described.