class Aws::CloudDirectory::Types::BatchDetachPolicy

Detaches the specified policy from the specified directory inside a BatchWrite operation. For more information, see DetachPolicy and BatchWriteRequest$Operations.

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

data as a hash:

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

@!attribute [rw] policy_reference

Reference that identifies the policy object.
@return [Types::ObjectReference]

@!attribute [rw] object_reference

Reference that identifies the object whose policy object will be
detached.
@return [Types::ObjectReference]

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

Constants

SENSITIVE