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

FacetAttribute

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

An attribute that is associated with the "Facet".

interface FacetAttribute {
AttributeDefinition?: FacetAttributeDefinition | null;
AttributeReference?: FacetAttributeReference | null;
Name: string;
RequiredBehavior?: RequiredAttributeBehavior | null;
}

§Properties

§
AttributeDefinition?: FacetAttributeDefinition | null
[src]

A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.

§
AttributeReference?: FacetAttributeReference | null
[src]

An attribute reference that is associated with the attribute. See Attribute References for more information.

§
Name: string
[src]

The name of the facet attribute.

§
RequiredBehavior?: RequiredAttributeBehavior | null
[src]

The required behavior of the FacetAttribute.