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