Class: Aws::Types::CatalogSchemaChangePolicy
- Inherits:
-
Object
- Object
- Aws::Types::CatalogSchemaChangePolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_update_catalog ⇒ Boolean
Returns the value of attribute enable_update_catalog.
-
#update_behavior ⇒ "UPDATE_IN_DATABASE", "LOG"
Returns the value of attribute update_behavior.
Instance Attribute Details
#enable_update_catalog ⇒ Boolean
Returns the value of attribute enable_update_catalog.
728 729 730 |
# File 'sig/types.rbs', line 728 def enable_update_catalog @enable_update_catalog end |
#update_behavior ⇒ "UPDATE_IN_DATABASE", "LOG"
Returns the value of attribute update_behavior.
729 730 731 |
# File 'sig/types.rbs', line 729 def update_behavior @update_behavior end |