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

BatchGetObjectInformationResponse

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

Represents the output of a "GetObjectInformation" response operation.

interface BatchGetObjectInformationResponse {
ObjectIdentifier?: string | null;
SchemaFacets?: SchemaFacet[] | null;
}

§Properties

§
ObjectIdentifier?: string | null
[src]

The ObjectIdentifier of the specified object.

§
SchemaFacets?: SchemaFacet[] | null
[src]

The facets attached to the specified object.