Class: Aws::Types::SchemaChangePolicy
- Inherits:
-
Object
- Object
- Aws::Types::SchemaChangePolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_behavior ⇒ "LOG", ...
Returns the value of attribute delete_behavior.
-
#update_behavior ⇒ "LOG", "UPDATE_IN_DATABASE"
Returns the value of attribute update_behavior.
Instance Attribute Details
#delete_behavior ⇒ "LOG", ...
Returns the value of attribute delete_behavior.
6767 6768 6769 |
# File 'sig/types.rbs', line 6767 def delete_behavior @delete_behavior end |
#update_behavior ⇒ "LOG", "UPDATE_IN_DATABASE"
Returns the value of attribute update_behavior.
6766 6767 6768 |
# File 'sig/types.rbs', line 6766 def update_behavior @update_behavior end |