class Aws::CloudDirectory::Types::BatchListObjectPolicies

Returns policies attached to an object in pagination fashion inside a BatchRead operation. For more information, see ListObjectPolicies and BatchReadRequest$Operations.

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

data as a hash:

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

@!attribute [rw] object_reference

The reference that identifies the object whose attributes will be
listed.
@return [Types::ObjectReference]

@!attribute [rw] next_token

The pagination token.
@return [String]

@!attribute [rw] max_results

The maximum number of results to retrieve.
@return [Integer]

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

Constants

SENSITIVE