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

BatchGetObjectAttributes

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

Retrieves attributes within a facet that are associated with an object inside an "BatchRead" operation. For more information, see "GetObjectAttributes" and "BatchReadRequest$Operations".

interface BatchGetObjectAttributes {
AttributeNames: string[];
ObjectReference: ObjectReference;
SchemaFacet: SchemaFacet;
}

§Properties

§
AttributeNames: string[]
[src]

List of attribute names whose values will be retrieved.

§
ObjectReference: ObjectReference
[src]

Reference that identifies the object whose attributes will be retrieved.

§
SchemaFacet: SchemaFacet
[src]

Identifier for the facet whose attributes will be retrieved. See "SchemaFacet" for details.