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

Contributor

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

A contributor to the attack and their contribution.

interface Contributor {
Name?: string | null;
Value?: number | null;
}

§Properties

§
Name?: string | null
[src]

The name of the contributor. The type of name that you'll find here depends on the AttackPropertyIdentifier setting in the AttackProperty where this contributor is defined. For example, if the AttackPropertyIdentifier is SOURCE_COUNTRY, the Name could be United States.

§
Value?: number | null
[src]

The contribution of this contributor expressed in "Protection" units. For example 10,000.