paws.security.identity (version 0.1.0)

clouddirectory_list_object_children: Returns a paginated list of child objects that are associated with a given object

Description

Returns a paginated list of child objects that are associated with a given object.

Usage

clouddirectory_list_object_children(DirectoryArn, ObjectReference,
  NextToken, MaxResults, ConsistencyLevel)

Arguments

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.

Request syntax

svc$list_object_children(
  DirectoryArn = "string",
  ObjectReference = list(
    Selector = "string"
  ),
  NextToken = "string",
  MaxResults = 123,
  ConsistencyLevel = "SERIALIZABLE"|"EVENTUAL"
)