Class: Aws::Types::DirectSchemaChangePolicy
- Inherits:
-
Object
- Object
- Aws::Types::DirectSchemaChangePolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database ⇒ ::String
Returns the value of attribute database.
-
#enable_update_catalog ⇒ Boolean
Returns the value of attribute enable_update_catalog.
-
#table ⇒ ::String
Returns the value of attribute table.
-
#update_behavior ⇒ "UPDATE_IN_DATABASE", "LOG"
Returns the value of attribute update_behavior.
Instance Attribute Details
#database ⇒ ::String
Returns the value of attribute database.
2795 2796 2797 |
# File 'sig/types.rbs', line 2795 def database @database end |
#enable_update_catalog ⇒ Boolean
Returns the value of attribute enable_update_catalog.
2792 2793 2794 |
# File 'sig/types.rbs', line 2792 def enable_update_catalog @enable_update_catalog end |
#table ⇒ ::String
Returns the value of attribute table.
2794 2795 2796 |
# File 'sig/types.rbs', line 2794 def table @table end |
#update_behavior ⇒ "UPDATE_IN_DATABASE", "LOG"
Returns the value of attribute update_behavior.
2793 2794 2795 |
# File 'sig/types.rbs', line 2793 def update_behavior @update_behavior end |