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

ObjectAttributeRange

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

A range of attributes.

interface ObjectAttributeRange {
AttributeKey?: AttributeKey | null;
Range?: TypedAttributeValueRange | null;
}

§Properties

§
AttributeKey?: AttributeKey | null
[src]

The key of the attribute that the attribute range covers.

§

The range of attribute values being selected.