class Aws::CloudDirectory::Types::ListObjectParentPathsRequest

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

data as a hash:

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

@!attribute [rw] directory_arn

The ARN of the directory to which the parent path applies.
@return [String]

@!attribute [rw] object_reference

The reference that identifies the object whose parent paths are
listed.
@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/ListObjectParentPathsRequest AWS API Documentation

Constants

SENSITIVE