Class: Aws::Types::CatalogSchemaChangePolicy

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enable_update_catalogBoolean

Returns the value of attribute enable_update_catalog.

Returns:

  • (Boolean)


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.

Returns:

  • ("UPDATE_IN_DATABASE", "LOG")


729
730
731
# File 'sig/types.rbs', line 729

def update_behavior
  @update_behavior
end