Class: Aws::CloudDirectory::Types::BatchRemoveFacetFromObject
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchRemoveFacetFromObject
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
A batch operation to remove a facet from an object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object_reference ⇒ Types::ObjectReference
A reference to the object whose facet will be removed.
-
#schema_facet ⇒ Types::SchemaFacet
The facet to remove from the object.
Instance Attribute Details
#object_reference ⇒ Types::ObjectReference
A reference to the object whose facet will be removed.
1732 1733 1734 1735 1736 1737 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1732 class BatchRemoveFacetFromObject < Struct.new( :schema_facet, :object_reference) SENSITIVE = [] include Aws::Structure end |
#schema_facet ⇒ Types::SchemaFacet
The facet to remove from the object.
1732 1733 1734 1735 1736 1737 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1732 class BatchRemoveFacetFromObject < Struct.new( :schema_facet, :object_reference) SENSITIVE = [] include Aws::Structure end |