clouddirectory_get_object_attributes: Retrieves attributes within a facet that are associated with...

View source: R/clouddirectory_operations.R

clouddirectory_get_object_attributesR Documentation

Retrieves attributes within a facet that are associated with an object

Description

Retrieves attributes within a facet that are associated with an object.

See https://www.paws-r-sdk.com/docs/clouddirectory_get_object_attributes/ for full documentation.

Usage

clouddirectory_get_object_attributes(
  DirectoryArn,
  ObjectReference,
  ConsistencyLevel = NULL,
  SchemaFacet,
  AttributeNames
)

Arguments

DirectoryArn

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

ObjectReference

[required] Reference that identifies the object whose attributes will be retrieved.

ConsistencyLevel

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

SchemaFacet

[required] Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

AttributeNames

[required] List of attribute names whose values will be retrieved.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.