class Aws::CloudDirectory::Types::BatchRemoveFacetFromObject

A batch operation to remove a facet from an object.

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

data as a hash:

    {
      schema_facet: { # required
        schema_arn: "Arn",
        facet_name: "FacetName",
      },
      object_reference: { # required
        selector: "SelectorObjectReference",
      },
    }

@!attribute [rw] schema_facet

The facet to remove from the object.
@return [Types::SchemaFacet]

@!attribute [rw] object_reference

A reference to the object whose facet will be removed.
@return [Types::ObjectReference]

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

Constants

SENSITIVE