Class: Aws::Types::ObjectAttributeAction
- Inherits:
-
Object
- Object
- Aws::Types::ObjectAttributeAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#object_attribute_action_type ⇒ "CREATE_OR_UPDATE", "DELETE"
Returns the value of attribute object_attribute_action_type.
-
#object_attribute_update_value ⇒ Types::TypedAttributeValue
Returns the value of attribute object_attribute_update_value.
Instance Attribute Details
#object_attribute_action_type ⇒ "CREATE_OR_UPDATE", "DELETE"
Returns the value of attribute object_attribute_action_type.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def object_attribute_action_type @object_attribute_action_type end |
#object_attribute_update_value ⇒ Types::TypedAttributeValue
Returns the value of attribute object_attribute_update_value.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def object_attribute_update_value @object_attribute_update_value end |