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.
6757 6758 6759 |
# File 'sig/types.rbs', line 6757 def delete_behavior @delete_behavior end |
#update_behavior ⇒ "LOG", "UPDATE_IN_DATABASE"
Returns the value of attribute update_behavior.
6756 6757 6758 |
# File 'sig/types.rbs', line 6756 def update_behavior @update_behavior end |