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

FacetAttributeUpdate

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

A structure that contains information used to update an attribute.

interface FacetAttributeUpdate {
Action?: UpdateActionType | null;
Attribute?: FacetAttribute | null;
}

§Properties

§
Action?: UpdateActionType | null
[src]

The action to perform when updating the attribute.

§
Attribute?: FacetAttribute | null
[src]

The attribute to update.