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.
2789 2790 2791 |
# File 'sig/types.rbs', line 2789 def database @database end |
#enable_update_catalog ⇒ Boolean
Returns the value of attribute enable_update_catalog.
2786 2787 2788 |
# File 'sig/types.rbs', line 2786 def enable_update_catalog @enable_update_catalog end |
#table ⇒ ::String
Returns the value of attribute table.
2788 2789 2790 |
# File 'sig/types.rbs', line 2788 def table @table end |
#update_behavior ⇒ "UPDATE_IN_DATABASE", "LOG"
Returns the value of attribute update_behavior.
2787 2788 2789 |
# File 'sig/types.rbs', line 2787 def update_behavior @update_behavior end |