Class: Aws::Types::RemoveFacetFromObjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveFacetFromObjectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#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
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def directory_arn @directory_arn end |
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def object_reference @object_reference end |
#schema_facet ⇒ Types::SchemaFacet
Returns the value of attribute schema_facet.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def schema_facet @schema_facet end |