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

AttributeType

import type { AttributeType } from "https://aws-api.deno.dev/v0.4/services/cognitoidentityserviceprovider.ts?docs=full";

Specifies whether the attribute is standard or custom.

interface AttributeType {
Name: string;
Value?: string | null;
}

§Properties

§
Name: string
[src]

The name of the attribute.

§
Value?: string | null
[src]

The value of the attribute.