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

GetObjectAttributesRequest

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

§Properties

§
AttributeNames: string[]
[src]

List of attribute names whose values will be retrieved.

§
ConsistencyLevel?: ConsistencyLevel | null
[src]

The consistency level at which to retrieve the attributes on an object.

§
DirectoryArn: string
[src]

The Amazon Resource Name (ARN) that is associated with the "Directory" where the object resides.

§
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.