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