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

GetObjectInformationResponse

import type { GetObjectInformationResponse } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface GetObjectInformationResponse {
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. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See "GetAppliedSchemaVersion" for details.