Lists parent objects that are associated with a given object in pagination fashion.
See https://www.paws-r-sdk.com/docs/clouddirectory_list_object_parents/ for full documentation.
clouddirectory_list_object_parents(
DirectoryArn,
ObjectReference,
NextToken = NULL,
MaxResults = NULL,
ConsistencyLevel = NULL,
IncludeAllLinksToEachParent = NULL
)
[required] The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.
[required] The reference that identifies the object for which parent objects are being listed.
The pagination token.
The maximum number of items to be retrieved in a single call. This is an approximate number.
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.