Class: Aws::Types::ObjectAttributeUpdate
- Inherits:
-
Object
- Object
- Aws::Types::ObjectAttributeUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#object_attribute_action ⇒ Types::ObjectAttributeAction
Returns the value of attribute object_attribute_action.
-
#object_attribute_key ⇒ Types::AttributeKey
Returns the value of attribute object_attribute_key.
Instance Attribute Details
#object_attribute_action ⇒ Types::ObjectAttributeAction
Returns the value of attribute object_attribute_action.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def object_attribute_action @object_attribute_action end |
#object_attribute_key ⇒ Types::AttributeKey
Returns the value of attribute object_attribute_key.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def object_attribute_key @object_attribute_key end |