Returns policies attached to an object in pagination fashion.
clouddirectory_list_object_policies(DirectoryArn, ObjectReference,
NextToken, MaxResults, ConsistencyLevel)
[required] The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.
[required] Reference that identifies the object for which policies will be 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.
svc$list_object_policies( DirectoryArn = "string", ObjectReference = list( Selector = "string" ), NextToken = "string", MaxResults = 123, ConsistencyLevel = "SERIALIZABLE"|"EVENTUAL" )