clouddirectory_get_object_information {paws.security.identity} | R Documentation |
Retrieves metadata about an object
Description
Retrieves metadata about an object.
See https://www.paws-r-sdk.com/docs/clouddirectory_get_object_information/ for full documentation.
Usage
clouddirectory_get_object_information(
DirectoryArn,
ObjectReference,
ConsistencyLevel = NULL
)
Arguments
DirectoryArn |
[required] The ARN of the directory being retrieved. |
ObjectReference |
[required] A reference to the object. |
ConsistencyLevel |
The consistency level at which to retrieve the object information. |
[Package paws.security.identity version 0.6.1 Index]