class Aws::CloudDirectory::Types::RemoveFacetFromObjectRequest

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

data as a hash:

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

@!attribute [rw] directory_arn

The ARN of the directory in which the object resides.
@return [String]

@!attribute [rw] schema_facet

The facet to remove. See SchemaFacet for details.
@return [Types::SchemaFacet]

@!attribute [rw] object_reference

A reference to the object to remove the facet from.
@return [Types::ObjectReference]

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

Constants

SENSITIVE