Class: Aws::Types::BatchAddFacetToObject
- Inherits:
-
Object
- Object
- Aws::Types::BatchAddFacetToObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#object_attribute_list ⇒ ::Array[Types::AttributeKeyAndValue]
Returns the value of attribute object_attribute_list.
109 110 111 |
# File 'sig/types.rbs', line 109 def object_attribute_list @object_attribute_list end |
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
110 111 112 |
# File 'sig/types.rbs', line 110 def object_reference @object_reference end |
#schema_facet ⇒ Types::SchemaFacet
Returns the value of attribute schema_facet.
108 109 110 |
# File 'sig/types.rbs', line 108 def schema_facet @schema_facet end |