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

DateTimeHierarchy

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

The option that determines the hierarchy of any DateTime fields.

interface DateTimeHierarchy {
DrillDownFilters?: DrillDownFilter[] | null;
HierarchyId: string;
}

§Properties

§
DrillDownFilters?: DrillDownFilter[] | null
[src]

The option that determines the drill down filters for the DateTime hierarchy.

§
HierarchyId: string
[src]

The hierarchy ID of the DateTime hierarchy.