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)


732
733
734
# File 'sig/types.rbs', line 732

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")


733
734
735
# File 'sig/types.rbs', line 733

def update_behavior
  @update_behavior
end