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

BatchListObjectAttributes

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

Represents the output of a "ListObjectAttributes" operation.

interface BatchListObjectAttributes {
FacetFilter?: SchemaFacet | null;
MaxResults?: number | null;
NextToken?: string | null;
ObjectReference: ObjectReference;
}

§Properties

§
FacetFilter?: SchemaFacet | null
[src]

Used to filter the list of object attributes that are associated with a certain facet.

§
MaxResults?: number | null
[src]

The maximum number of items to be retrieved in a single call. This is an approximate number.

§
NextToken?: string | null
[src]

The pagination token.

§
ObjectReference: ObjectReference
[src]

Reference of the object whose attributes need to be listed.