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

TimeRangeFilterValue

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

The value of a time range filter.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

interface TimeRangeFilterValue {
Parameter?: string | null;
RollingDate?: RollingDateConfiguration | null;
StaticValue?: Date | number | null;
}

§Properties

§
Parameter?: string | null
[src]

The parameter type input value.

§
RollingDate?: RollingDateConfiguration | null
[src]

The rolling date input value.

§
StaticValue?: Date | number | null
[src]

The static input value.