class Aws::CloudDirectory::Types::BatchListObjectChildren

Represents the output of a ListObjectChildren operation.

@note When making an API call, you may pass BatchListObjectChildren

data as a hash:

    {
      object_reference: { # required
        selector: "SelectorObjectReference",
      },
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] object_reference

Reference of the object for which child objects are being listed.
@return [Types::ObjectReference]

@!attribute [rw] next_token

The pagination token.
@return [String]

@!attribute [rw] max_results

Maximum number of items to be retrieved in a single call. This is an
approximate number.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/BatchListObjectChildren AWS API Documentation

Constants

SENSITIVE