Class: Aws::Types::AddFacetToObjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddFacetToObjectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#object_attribute_list ⇒ ::Array[Types::AttributeKeyAndValue]
Returns the value of attribute object_attribute_list.
-
#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.
17 18 19 |
# File 'sig/types.rbs', line 17 def directory_arn @directory_arn end |
#object_attribute_list ⇒ ::Array[Types::AttributeKeyAndValue]
Returns the value of attribute object_attribute_list.
19 20 21 |
# File 'sig/types.rbs', line 19 def object_attribute_list @object_attribute_list end |
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
20 21 22 |
# File 'sig/types.rbs', line 20 def object_reference @object_reference end |
#schema_facet ⇒ Types::SchemaFacet
Returns the value of attribute schema_facet.
18 19 20 |
# File 'sig/types.rbs', line 18 def schema_facet @schema_facet end |