class Aws::CloudDirectory::Types::BatchListObjectParents

Lists parent objects that are associated with a given object in pagination fashion.

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

data as a hash:

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

@!attribute [rw] object_reference

The reference that identifies an object.
@return [Types::ObjectReference]

@!attribute [rw] next_token

The pagination token.
@return [String]

@!attribute [rw] max_results

The 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/BatchListObjectParents AWS API Documentation

Constants

SENSITIVE