Class: Aws::Types::BatchRemoveFacetFromObject
- Inherits:
-
Object
- Object
- Aws::Types::BatchRemoveFacetFromObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
-
#schema_facet ⇒ Types::SchemaFacet
Returns the value of attribute schema_facet.
Instance Attribute Details
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
483 484 485 |
# File 'sig/types.rbs', line 483 def object_reference @object_reference end |
#schema_facet ⇒ Types::SchemaFacet
Returns the value of attribute schema_facet.
482 483 484 |
# File 'sig/types.rbs', line 482 def schema_facet @schema_facet end |