You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudDirectory::Types::RemoveFacetFromObjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::RemoveFacetFromObjectRequest
- Defined in:
- (unknown)
Overview
Note:
When passing RemoveFacetFromObjectRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
directory_arn: "Arn", # required
schema_facet: { # required
schema_arn: "Arn",
facet_name: "FacetName",
},
object_reference: { # required
selector: "SelectorObjectReference",
},
}
Instance Attribute Summary collapse
-
#directory_arn ⇒ String
The ARN of the directory in which the object resides.
-
#object_reference ⇒ Types::ObjectReference
A reference to the object to remove the facet from.
-
#schema_facet ⇒ Types::SchemaFacet
The facet to remove.
Instance Attribute Details
#directory_arn ⇒ String
The ARN of the directory in which the object resides.
#object_reference ⇒ Types::ObjectReference
A reference to the object to remove the facet from.
#schema_facet ⇒ Types::SchemaFacet
The facet to remove. See SchemaFacet for details.