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

FilterSummary

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

A short summary of a filter's attributes.

interface FilterSummary {
creationDateTime?: Date | number | null;
datasetGroupArn?: string | null;
failureReason?: string | null;
filterArn?: string | null;
lastUpdatedDateTime?: Date | number | null;
name?: string | null;
status?: string | null;
}

§Properties

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

The time at which the filter was created.

§
datasetGroupArn?: string | null
[src]

The ARN of the dataset group to which the filter belongs.

§
failureReason?: string | null
[src]

If the filter failed, the reason for the failure.

§
filterArn?: string | null
[src]

The ARN of the filter.

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

The time at which the filter was last updated.

§
name?: string | null
[src]

The name of the filter.

§
status?: string | null
[src]

The status of the filter.