Class: Aws::Types::UpdateObjectAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateObjectAttributesRequest
- 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.
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#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.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def attribute_updates @attribute_updates end |
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def directory_arn @directory_arn end |
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def object_reference @object_reference end |