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

GetObjectInformationRequest

import type { GetObjectInformationRequest } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface GetObjectInformationRequest {
ConsistencyLevel?: ConsistencyLevel | null;
DirectoryArn: string;
ObjectReference: ObjectReference;
}

§Properties

§
ConsistencyLevel?: ConsistencyLevel | null
[src]

The consistency level at which to retrieve the object information.

§
DirectoryArn: string
[src]

The ARN of the directory being retrieved.

§
ObjectReference: ObjectReference
[src]

A reference to the object.