class Aws::CloudDirectory::Types::BatchAttachPolicy

Attaches a policy object to a regular object inside a BatchRead operation. For more information, see AttachPolicy and BatchReadRequest$Operations.

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

data as a hash:

    {
      policy_reference: { # required
        selector: "SelectorObjectReference",
      },
      object_reference: { # required
        selector: "SelectorObjectReference",
      },
    }

@!attribute [rw] policy_reference

The reference that is associated with the policy object.
@return [Types::ObjectReference]

@!attribute [rw] object_reference

The reference that identifies the object to which the policy will be
attached.
@return [Types::ObjectReference]

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

Constants

SENSITIVE