Class: Aws::Types::BatchUpdateObjectAttributes
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateObjectAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_updates ⇒ ::Array[Types::ObjectAttributeUpdate]
Returns the value of attribute attribute_updates.
-
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
Instance Attribute Details
#attribute_updates ⇒ ::Array[Types::ObjectAttributeUpdate]
Returns the value of attribute attribute_updates.
501 502 503 |
# File 'sig/types.rbs', line 501 def attribute_updates @attribute_updates end |
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
500 501 502 |
# File 'sig/types.rbs', line 500 def object_reference @object_reference end |