class Aws::CloudDirectory::Types::BatchListPolicyAttachments

Returns all of the `ObjectIdentifiers` to which a given policy is attached inside a BatchRead operation. For more information, see ListPolicyAttachments and BatchReadRequest$Operations.

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

data as a hash:

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

@!attribute [rw] policy_reference

The reference that identifies the policy object.
@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/BatchListPolicyAttachments AWS API Documentation

Constants

SENSITIVE