Retrieves metadata about an object.
clouddirectory_get_object_information(DirectoryArn, ObjectReference,
ConsistencyLevel)
A list with the following syntax:
list(
SchemaFacets = list(
list(
SchemaArn = "string",
FacetName = "string"
)
),
ObjectIdentifier = "string"
)
[required] The ARN of the directory being retrieved.
[required] A reference to the object.
The consistency level at which to retrieve the object information.
svc$get_object_information(
DirectoryArn = "string",
ObjectReference = list(
Selector = "string"
),
ConsistencyLevel = "SERIALIZABLE"|"EVENTUAL"
)