View source: R/clouddirectory_operations.R
clouddirectory_list_object_children | R Documentation |
Returns a paginated list of child objects that are associated with a given object.
See https://www.paws-r-sdk.com/docs/clouddirectory_list_object_children/ for full documentation.
clouddirectory_list_object_children(
DirectoryArn,
ObjectReference,
NextToken = NULL,
MaxResults = NULL,
ConsistencyLevel = NULL
)
DirectoryArn |
[required] The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns. |
ObjectReference |
[required] The reference that identifies the object for which child objects are being listed. |
NextToken |
The pagination token. |
MaxResults |
The maximum number of items to be retrieved in a single call. This is an approximate number. |
ConsistencyLevel |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.