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

IndexAttachment

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

Represents an index and an attached object.

interface IndexAttachment {
IndexedAttributes?: AttributeKeyAndValue[] | null;
ObjectIdentifier?: string | null;
}

§Properties

§
IndexedAttributes?: AttributeKeyAndValue[] | null
[src]

The indexed attribute values.

§
ObjectIdentifier?: string | null
[src]

In response to "ListIndex", the ObjectIdentifier of the object attached to the index. In response to "ListAttachedIndices", the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.