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

DescribeAttackResponse

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

§Properties

§
Attack?: AttackDetail | null
[src]

The attack that is described.